Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-06 22:17:51 -04:00
parent 58a1b59f72
commit 1facdaa2d4

1
Jenkinsfile vendored
View file

@ -6,6 +6,7 @@ pipeline {
echo 'build' echo 'build'
sh '''mvn package sh '''mvn package
''' '''
sh 'ls'
} }
} }