mirror of
https://github.com/plexusorg/IBConverter.git
synced 2026-06-04 02:36:54 +00:00
Update Jenkinsfile
This commit is contained in:
Vendored
+3
-3
@@ -2,16 +2,16 @@ pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Build') {
|
||||
withDockerContainer('rust:latest') {
|
||||
steps {
|
||||
withDockerContainer('rust:latest') {
|
||||
sh 'cargo build --release'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'target/release/*.exe', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user