From 91a1b1cfff7538ac6f671cb468aa5da82be32b9d Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Mon, 10 Jul 2023 22:58:51 -0500 Subject: [PATCH] Remove publishing block --- Jenkinsfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ee8b521..d467590 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,18 +8,6 @@ pipeline { } } } - stage("publish") { - when { - branch "master" - } - steps { - withCredentials([usernamePassword(credentialsId: '85b7099f-2e65-461e-b2ce-124edec41ed6', passwordVariable: 'plexPassword', usernameVariable: 'plexUser')]) { - withGradle { - sh "./gradlew publish --no-daemon" - } - } - } - } } post { always {