IUM_7
This commit is contained in:
parent
88ab8d9d4d
commit
bedf46af4b
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -56,11 +56,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Archive Artifacts from Experiments') {
|
stage('Archive Artifacts from Experiments') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'sacred_runs/**/*.*', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'sacred_runs/**/*.*', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user