Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-12-04 10:10:04 +02:00 committed by GitHub
parent 62d4c10007
commit 38e45a7cb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

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