This commit is contained in:
Arkadiusz Charliński 2024-03-25 11:05:10 +01:00
parent aaf0bbceb6
commit b87aed8441
1 changed files with 2 additions and 2 deletions

4
ium_03/Jenkinsfile vendored
View File

@ -25,9 +25,9 @@ pipeline {
archiveArtifacts 'output.txt' archiveArtifacts 'output.txt'
} }
} }
stage('Goodbye2!') { stage('Goodbye3!') {
steps { steps {
echo 'Goodbye2!' echo 'Goodbye3!'
//Zarchiwizuj wynik //Zarchiwizuj wynik
// archiveArtifacts 'output.txt' // archiveArtifacts 'output.txt'
} }