Added Jenkinsfile

This commit is contained in:
khalilalturk 2020-03-15 17:19:16 -04:00
parent a63031ed82
commit e875c89e4d

5
Jenkinsfile vendored
View file

@ -6,6 +6,7 @@ pipeline {
sh './mvnw package'
}
}
stage('Test') {
steps {
sh 'mvn test'
@ -25,9 +26,7 @@ pipeline {
steps {
sh 'mvn deploy'
}
}
}
}
}