Jenkins CI Setup #1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -21,7 +21,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'target/release/rack' fingerprint: true
|
archiveArtifacts artifacts: 'target/release/rack', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user