Jenkinsfile changed
This commit is contained in:
parent
b1d781e2e7
commit
b9ea1eb8bf
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -10,6 +10,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo 'Goodbye!'
|
echo 'Goodbye!'
|
||||||
//Zarchiwizuj wynik
|
//Zarchiwizuj wynik
|
||||||
|
touch 'output.txt'
|
||||||
archiveArtifacts 'output.txt'
|
archiveArtifacts 'output.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user