Skip to content

Instantly share code, notes, and snippets.

@Osein
Last active July 1, 2019 05:01
Show Gist options
  • Select an option

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

Select an option

Save Osein/12eea6c9a409a6eb96a732aa602d1cfd to your computer and use it in GitHub Desktop.
stage('Install Pods') {
when {
expression {
return env.shouldBuild != "false"
}
}
steps {
sh "pod install --deployment --repo-update"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment