From f707797984aee127f63c98c79907cfdd92015a38 Mon Sep 17 00:00:00 2001 From: Szymon Jadczak Date: Mon, 21 Mar 2022 11:03:22 +0100 Subject: [PATCH] zadanie 3 zmiana --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e7d04ab..588c5cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Stage 1') { steps { - echo 'Hello world!' + echo 'Hello world!!!' } } }