mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-16 05:58:47 +01:00
Technically we don't need this
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -26,11 +26,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Deploy to Nexus') {
|
stage('Deploy to Nexus') {
|
||||||
when {
|
|
||||||
expression {
|
|
||||||
return sh(script: 'git rev-parse --abbrev-ref HEAD', returnStdout: true).trim() == 'master'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
withCredentials([usernamePassword(
|
withCredentials([usernamePassword(
|
||||||
credentialsId: 'nexus-deployer',
|
credentialsId: 'nexus-deployer',
|
||||||
|
|||||||
Reference in New Issue
Block a user