Adds auto-deploy
Some checks failed
EpicKnarvik97/DynmapCitizens/pipeline/head There was a failure building this commit

This commit is contained in:
Kristian Knarvik 2022-11-26 14:52:47 +01:00
parent 633f61c54c
commit e14607140f

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
stage('Deploy') { stage('Deploy') {
steps { steps {
echo 'Deploying...' echo 'Deploying...'
sh 'mvn verify -Dmaven.test.skip=true' sh 'mvn verify -Dmaven.test.skip=true & mvn deploy'
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
} }
} }