diff --git a/Jenkinsfile b/Jenkinsfile index 2a22c64..bafc141 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { steps { // Uruchomienie testów jednostkowych script { - echo 'hello world' + echo 'hello world ' } } }