Jenkins CI Setup #1

Merged
cameron merged 5 commits from feature/ci-setup into master 2020-06-17 18:19:39 +00:00
Showing only changes of commit 58faa5127f - Show all commits

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
}
}
}