This commit is contained in:
AWieczarek 2024-06-11 19:34:37 +02:00
parent 88ab8d9d4d
commit bedf46af4b

9
Jenkinsfile vendored
View File

@ -56,11 +56,10 @@ pipeline {
}
}
stage('Archive Artifacts from Experiments') {
steps {
archiveArtifacts artifacts: 'sacred_runs/**/*.*', onlyIfSuccessful: true
}
}
stage('Archive Artifacts from Experiments') {
steps {
archiveArtifacts artifacts: 'sacred_runs/**/*.*', onlyIfSuccessful: true
}
}
}
}