Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-27 16:02:57 +02:00 committed by GitHub
parent 13d9de5ced
commit b1dce656e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -10,6 +10,7 @@ pipeline {
stage('Tests') {
steps {
echo "now we will begin the tests"
sh 'mvn test'
}
}
stage('Build') {