Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-12-04 11:45:23 +02:00 committed by GitHub
parent 754f2892c4
commit 704dbb48b9
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') { stage('Tests') {
steps { steps {
echo "now we will begin the tests " echo " now we will begin the tests "
sh 'mvn test' sh 'mvn test'
} }
} }