simple file for dev

This commit is contained in:
Daphné Augier 2020-04-12 15:20:23 +02:00
parent f0494f5fcc
commit 9dbf904619

2
Jenkinsfile vendored
View file

@ -1,6 +1,6 @@
pipeline { agent any
stages { stage('Build') {
steps {
sh './mvnw package'
echo "Build from Dev"
} }
} }