Created
December 7, 2018 05:43
-
-
Save tioxy/cf77b63ad3d30c7a08dad54744d4a337 to your computer and use it in GitHub Desktop.
Helpers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Parameters | |
${parameters["givenName"]} | |
# Jenkins Triggers - Properties file | |
# Image | |
${trigger["properties"]["key"]["nested-key"]} | |
# Helm Chart | |
gs://tioxyorg-helm-charts/ping-k8s-1.0.0.tgz | |
# Github API Artifacts | |
https://api.github.com/repos/tioxyorg/ping/contents/values/stg.yaml | |
https://api.github.com/repos/tioxyorg/ping/contents/values/prd.yaml | |
# Judgment | |
${#judgment("Step Name") == 'Answer'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment