Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-08 18:36:35 -04:00 committed by GitHub
parent fffe1bbb7a
commit 4a1a33badb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View file

@ -16,5 +16,11 @@ pipeline {
}
}
stage('run') {
steps {
sh './mvnw spring-boot:run'
}
}
}
}