Added Jenkinsfile

This commit is contained in:
Neeham Khalid 2020-03-12 11:19:35 -04:00
parent bf462b2900
commit a1f21c5909

6
Jenkinsfile vendored
View file

@ -13,5 +13,11 @@ pipeline {
}
}
stage('Package') {
steps {
sh './mvnw package'
}
}
}
}