Skip to content

Instantly share code, notes, and snippets.

@Osein
Created June 28, 2019 12:44
Show Gist options
  • Select an option

  • Save Osein/a51c54f82baa19895cbd7e2487a71d35 to your computer and use it in GitHub Desktop.

Select an option

Save Osein/a51c54f82baa19895cbd7e2487a71d35 to your computer and use it in GitHub Desktop.
pipeline {
agent any
stages {
stage("Build") {
//…
}
stage("Test") {
//…
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment