Jenkins No Deploy

This commit is contained in:
Guillem Hernandez Sola
2020-10-20 09:55:55 +02:00
parent 8c88c5d919
commit 43f78b4043

5
Jenkinsfile vendored
View File

@@ -17,10 +17,5 @@ pipeline {
sh 'mvn test'
}
}
stage ('Deployment Stage') {
steps {
sh 'mvn deploy'
}
}
}
}