🏠
Working from home
Pinned Loading
-
Templating method to be invoked by o...
Templating method to be invoked by other scripts 1def call(input, binding) {
2def engine = new groovy.text.GStringTemplateEngine()
3def template = engine.createTemplate(input).make(binding)
4return template.toString()
5}
-
Jenkins Shared Lib build script that...
Jenkins Shared Lib build script that uses Docker and the pipeline-utility-steps plugin 1def call() {
2pipeline {
3agent any
4options { timeout(time: 15, unit: 'MINUTES') }
5environment{
-
Jenkins Shared Lib
Jenkins Shared Lib 1/*
23Send a JSON payload to MS Teams channel using a webhook
451. You invoke this script from another .groovy script, like so...
-
Message Card Template for MS Teams W...
Message Card Template for MS Teams Webhooks 1{
2"@type": "MessageCard",
3"@context": "https://schema.org/extensions",
4"summary": "Jenkins Notifications",
5"themeColor": "$color",
-
aws-amplify/amplify-backend
aws-amplify/amplify-backend PublicHome to all tools related to Amplify's code-first DX (Gen 2) for building fullstack apps on AWS
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.