Fix archive syntax
Core Repos/Rack/pipeline/head There was a failure building this commit

This commit is contained in:
Cameron Cordes
2020-06-17 13:56:04 -04:00
parent 87674b9061
commit 58faa5127f
Vendored
+1 -1
View File
@@ -21,7 +21,7 @@ pipeline {
} }
post { post {
always { always {
archiveArtifacts artifacts: 'target/release/rack' fingerprint: true archiveArtifacts artifacts: 'target/release/rack', fingerprint: true
} }
} }
} }