Alter Jenkins pipeline to ONLY bake the release container when the Dockerfile changes.
Closes #2.
This commit is contained in:
@@ -9,7 +9,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build the Spring Data release tools container') {
|
||||
when {
|
||||
branch 'container'
|
||||
changeset 'ci/Dockerfile'
|
||||
}
|
||||
agent {
|
||||
label 'data'
|
||||
|
||||
Reference in New Issue
Block a user