From 76155af1ed430fbb1c244556a003cd6858a57ae7 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Tue, 13 Jun 2023 15:20:41 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index edcb3d5..51e3616 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,25 +29,6 @@ pipeline { } } } - stage('publish') { - when { - branch "1.17.1" - } - steps { - script { - try { - withCredentials([usernamePassword(credentialsId: 'scissors-ci', passwordVariable: 'scissorsPassword', usernameVariable: 'scissorsUser')]) { - withGradle { - sh "./gradlew :Scissors-API:publish --no-daemon" - } - } - true - } catch (_) { - false - } - } - } - } } post { always {