asdf
This commit is contained in:
parent
80fdcdb151
commit
9973cd6919
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -85,11 +85,9 @@ pipeline {
|
|||||||
echo 'Program ended!'
|
echo 'Program ended!'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
post {
|
stage('Archive Artifact') {
|
||||||
always {
|
steps {
|
||||||
node('linux') {
|
|
||||||
archiveArtifacts 'output.txt'
|
archiveArtifacts 'output.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user