Newer
Older
try {
sh "make IMAGE_TAG=${commit} ci-build-and-test"
} finally {
sh "make ci-clean"
}
elifeMainlineOnly {
stage 'Merge to master', {
elifeGitMoveToBranch commit, 'master'
}