Skip to content

Instantly share code, notes, and snippets.

@guillaumerose
Last active September 24, 2018 08:25
Show Gist options
  • Save guillaumerose/36d9f538557c72a31d00102bd006a55b to your computer and use it in GitHub Desktop.
Save guillaumerose/36d9f538557c72a31d00102bd006a55b to your computer and use it in GitHub Desktop.
stage('versionPack') {
agent {
label 'linux && gcp'
}
steps {
sh 'echo Hello'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment