Added Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 12:08:15 -04:00
parent f3e48df08d
commit c4df17ed8f

4
Jenkinsfile vendored
View file

@ -7,9 +7,9 @@ pipeline {
}
}
stage('test') {
stage('sonar') {
steps {
echo 'test'
sh './mvnw sonar:sonar'
}
}