Skip to content

Instantly share code, notes, and snippets.

@spy86
Created August 3, 2022 17:14
Show Gist options
  • Save spy86/6681665886ebd1d3d4a67e8146304216 to your computer and use it in GitHub Desktop.
Save spy86/6681665886ebd1d3d4a67e8146304216 to your computer and use it in GitHub Desktop.
##(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