Skip to content
Snippets Groups Projects

Adapt swh-apps build to allow for the rebuild of a base image

Merged Antoine R. Dumont requested to merge ardumont/swh-jenkins-jobs:mr/adapt-swh-apps into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -75,6 +75,9 @@ pipeline {
}
stage('Build/Reuse "swh-base" image') {
when {
expression { rebuild_base_image }
}
steps {
script {
build job: 'build-docker-image',
Loading