Skip to content
View stvaruzek's full-sized avatar
  • Slovakia

Highlights

  • Pro

Block or report stvaruzek

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. xslt-message-filter xslt-message-filter Public

    XML Message Filtering Using XSLT

    JavaScript

  2. java-merge-csv-rows java-merge-csv-rows Public

    Java code that compares CSV rows and merges them into one.

    Java

  3. Jenkins Shared Pipeline - Deploying ... Jenkins Shared Pipeline - Deploying Spring Boot Application over SSH.md
    1
    # Introduction
    2
    It took me few days to come up with a fully functional pipeline which can build a Spring Boot app and deploy it over SSH.
    3
    
    
    4
    Especially when there are tutorials for scripted and declarative pipelines which can be pretty confusing for beginners. Here is a simple Jenkins declarative pipeline, set up as a shared library, which deploys Spring Boot application to a target node over SSH. 
    5
    
    
  4. Automate to Google Spreadsheets Inte... Automate to Google Spreadsheets Integration
    1
    # Introduction
    2
    This is a sample web app implemetation in Google Apps Script that receives a JSON payload and inserts it directly into a Google spreadsheet. It is a demo implementation for Automate app flow [Google Spreadsheets Integration](https://llamalab.com/automate/community/flows/40998).
    3
    
    
    4
    # Usage
    5
    Using just one HTTP Request block in an Automate flow you can send data from your Automate flows directly into Google Spreadsheets! Pretty neat, isn't it?