Skip to content

Instantly share code, notes, and snippets.

@Osein
Created June 30, 2019 20:03
Show Gist options
  • Select an option

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

Select an option

Save Osein/873cdf374e2d48b7329902bc3f387874 to your computer and use it in GitHub Desktop.
stage('Populate Jenkins Keychain') {
when {
expression {
return env.shouldBuild != "false"
}
}
steps {
sh "fastlane matchPopulateJenkinsKeychain"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment