Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-06 22:07:50 -04:00
parent 4b1ee6c8c4
commit 58a1b59f72

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
echo 'build' echo 'build'
sh '''mvn clean install sh '''mvn package
''' '''
} }
} }