Update Jenkinsfile
All checks were successful
jenkins_organization/maven_project/pipeline/head This commit looks good

This commit is contained in:
first_admin 2024-08-29 18:04:32 +00:00
parent afb755c9d7
commit 171f3c879e

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
steps { steps {
// Uruchomienie testów jednostkowych // Uruchomienie testów jednostkowych
script { script {
echo 'hello world' echo 'hello world '
} }
} }
} }