update
This commit is contained in:
parent
76a2f14c21
commit
daf057a0f5
@ -7,7 +7,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Archive Output') {
|
stage('Archive Output') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts 'my_runs'
|
archiveArtifacts 'my_runs/**/*.*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user