From 58a98fb2c3639c55a74611a3e90997c1ae7a30ab Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 7 Oct 2020 21:31:08 +0200 Subject: [PATCH] allow maven publish for this branch --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a6b449c3a..c68b733c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,9 +20,6 @@ pipeline { } stage('Publish') { - when { - branch 'master' - } steps { sh './gradlew publish --no-daemon' }