Remove publishing block

This commit is contained in:
2023-07-10 22:58:51 -05:00
parent 0c6091f06a
commit 91a1b1cfff

12
Jenkinsfile vendored
View File

@ -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 {