diff --git a/Jenkinsfile b/Jenkinsfile index 5a0babc..498606c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { stage('Buildin test container') { steps { - echo 'Hello World' + echo 'Hellodfweffwerffe World' } }