Created
August 3, 2022 17:14
-
-
Save spy86/6681665886ebd1d3d4a67e8146304216 to your computer and use it in GitHub Desktop.
This file contains 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
##(1) | |
pipeline { | |
##(2) | |
agent any | |
##(3) | |
stages { | |
##(4) | |
stage('Build') { | |
##(5) | |
steps { | |
... | |
} | |
... | |
} | |
... | |
} | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment