From e0076376d0f52304b779108e46adb57665d57cc3 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Tue, 13 Jun 2023 15:21:45 -0500 Subject: [PATCH] Update Jenkinsfile (#101) --- Jenkinsfile | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0131791..deb5160 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,25 +30,6 @@ pipeline { } } } - stage('publish') { - when { - branch "1.20" - } - 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 { @@ -58,4 +39,4 @@ pipeline { cleanWs() } } -} \ No newline at end of file +}