Prevents install in deploy phase
Some checks failed
EpicKnarvik97/DynmapCitizens/pipeline/head There was a failure building this commit
Some checks failed
EpicKnarvik97/DynmapCitizens/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e14607140f
commit
06d63bd6fc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -19,7 +19,7 @@ pipeline {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
echo 'Deploying...'
|
||||
sh 'mvn verify -Dmaven.test.skip=true & mvn deploy'
|
||||
sh 'mvn verify -Dmaven.test.skip=true & mvn deploy -Dmaven.install.skip=true -Dmaven.test.skip=true'
|
||||
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user