Added maven_jenkins III

This commit is contained in:
Guillem Hernandez Sola
2020-10-19 21:12:31 +02:00
parent f6b14f475d
commit 8c88c5d919

1
Jenkinsfile vendored
View File

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