Technically we don't need this

This commit is contained in:
nossr50
2025-12-14 13:08:41 -08:00
parent fc62946e27
commit 283c6d9771

5
Jenkinsfile vendored
View File

@@ -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',