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 +}