From dcacf8af3228909e388544243d87e99646c93b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arkadiusz=20Charli=C5=84ski?= Date: Tue, 26 Mar 2024 23:26:23 +0100 Subject: [PATCH] steps added2 --- ium_03/Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ium_03/Jenkinsfile b/ium_03/Jenkinsfile index d19de3d..dc96c4e 100644 --- a/ium_03/Jenkinsfile +++ b/ium_03/Jenkinsfile @@ -20,15 +20,18 @@ pipeline { } stage('checkout: Check out from version control') { steps { + echo "ver control" } } stage('sh: Shell Script') { steps { + echo "shell" } } stage('archiveArtifacts') { steps { - archiveArtifacts 'output.txt' + echo "archive" + // archiveArtifacts 'output.txt' } } stage('Koniec!') {