Skip to content

Instantly share code, notes, and snippets.

View stvaruzek's full-sized avatar

stvaruzek

View GitHub Profile
@stvaruzek
stvaruzek / Automate App to Google Spreadsheets Integration.md
Last active March 3, 2024 16:45
Automate to Google Spreadsheets Integration

Introduction

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.

Usage

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?

Sample Spreadsheet

https://docs.google.com/spreadsheets/d/1VZEp-ru9BH9AQSNHzRxnJZx1Nabviz6UiN9PIelOjA8

Setup

Introduction

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.

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.

Feel free to modify it to suit your needs.

Star the gist if I saved you from few head injuries :o)

What You Find in the Pipeline