jenkinsfile change
This commit is contained in:
parent
d21141d9e3
commit
2964911a7e
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -20,4 +20,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
always {
|
||||||
|
archiveArtifacts 'output.txt'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user