Jenkinsfile changed
This commit is contained in:
parent
38f5675b8c
commit
b1d781e2e7
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -6,5 +6,12 @@ pipeline {
|
||||
echo 'Hello world!'
|
||||
}
|
||||
}
|
||||
stage('Goodbye!') {
|
||||
steps {
|
||||
echo 'Goodbye!'
|
||||
//Zarchiwizuj wynik
|
||||
archiveArtifacts 'output.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user