Fix archive syntax
Some checks failed
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

2
Jenkinsfile vendored
View File

@@ -21,7 +21,7 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: 'target/release/rack' fingerprint: true
archiveArtifacts artifacts: 'target/release/rack', fingerprint: true
}
}
}