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!') {