1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-17 17:32:36 +01:00

Try this instead...

This commit is contained in:
nossr50
2025-12-14 13:07:11 -08:00
parent 6b6263d0b3
commit fc62946e27

4
Jenkinsfile vendored
View File

@@ -27,7 +27,9 @@ pipeline {
stage('Deploy to Nexus') {
when {
branch 'master'
expression {
return sh(script: 'git rev-parse --abbrev-ref HEAD', returnStdout: true).trim() == 'master'
}
}
steps {
withCredentials([usernamePassword(