Jenkinsfile changed

This commit is contained in:
Filip Izydorczyk 2021-03-27 16:34:40 +01:00
parent b1d781e2e7
commit b9ea1eb8bf

1
Jenkinsfile vendored
View File

@ -10,6 +10,7 @@ pipeline {
steps { steps {
echo 'Goodbye!' echo 'Goodbye!'
//Zarchiwizuj wynik //Zarchiwizuj wynik
touch 'output.txt'
archiveArtifacts 'output.txt' archiveArtifacts 'output.txt'
} }
} }