Alter Jenkins pipeline to ONLY bake the release container when the Dockerfile changes.

Closes #2.
This commit is contained in:
Greg L. Turnquist
2022-08-30 09:21:53 -05:00
parent 95119e4604
commit 74d191e57c

View File

@@ -9,7 +9,7 @@ pipeline {
stages {
stage('Build the Spring Data release tools container') {
when {
branch 'container'
changeset 'ci/Dockerfile'
}
agent {
label 'data'