This commit is contained in:
2022-07-05 17:11:25 -05:00
parent aa0bc01f7b
commit e92f6946e3
Vendored
+1
View File
@@ -24,6 +24,7 @@ pipeline {
sh './gradlew test --no-daemon' sh './gradlew test --no-daemon'
} }
} }
}
stage('publish') { stage('publish') {
when { when {
branch "1.19" branch "1.19"