Merge remote-tracking branch 'origin/master' into brigadier

This commit is contained in:
Telesphoreo 2023-07-10 23:08:04 -05:00
commit 67816f2785
No known key found for this signature in database
GPG key ID: 68B745F7F8C2FADA

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 { post {
always { always {