Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-06 22:18:32 -04:00
parent 1facdaa2d4
commit a2d1cecb6f

2
Jenkinsfile vendored
View file

@ -4,8 +4,6 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
echo 'build' echo 'build'
sh '''mvn package
'''
sh 'ls' sh 'ls'
} }
} }