Skip to content

Instantly share code, notes, and snippets.

@ElderMael
Created July 12, 2019 08:11
Show Gist options
  • Save ElderMael/677f4e618cdf28dd2f38284aa145217c to your computer and use it in GitHub Desktop.
Save ElderMael/677f4e618cdf28dd2f38284aa145217c to your computer and use it in GitHub Desktop.
openshiftPipeline {
projectName = detectFromGradleFile()
projectType = 'spring-boot-atomic-service'
onDebugCommit {
onEachStage {
before {
sleep 60s
}
}
}
onProdEnvironment {
skipTests()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment