diff --git a/Jenkinsfile b/Jenkinsfile index d3173e9..f1bd83e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 + } } } }