This commit is contained in:
Arkadiusz Charliński 2024-03-25 11:11:56 +01:00
parent b87aed8441
commit 5611a1ad4d
1 changed files with 1 additions and 1 deletions

2
ium_03/Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
}
stage('Goodbye3!') {
steps {
echo 'Goodbye3!'
echo 'Goodbye33!'
//Zarchiwizuj wynik
// archiveArtifacts 'output.txt'
}