Merge branch 'master' of code-repo.d4science.org:gCubeSystem/ghn-distribution-image

This commit is contained in:
Antonio Calanducci 2023-10-18 11:43:36 +02:00
commit caba790a9f
1 changed files with 7 additions and 0 deletions

View File

@ -48,5 +48,12 @@ pipeline {
}
}
}
stage('trigger IS-collector image job') {
steps {
script {
build(job: 'is-collector-service-image', wait: false, propagate: false);
}
}
}
}
}