This commit is contained in:
Arkadiusz Charliński 2024-03-25 11:00:18 +01:00
parent c174d67bf5
commit aaf0bbceb6
1 changed files with 7 additions and 0 deletions

7
ium_03/Jenkinsfile vendored
View File

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