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
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
withDockerContainer('rust:latest') {
|
|
||||||
steps {
|
steps {
|
||||||
|
withDockerContainer('rust:latest') {
|
||||||
sh 'cargo build --release'
|
sh 'cargo build --release'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'target/release/*.exe', followSymlinks: false
|
archiveArtifacts artifacts: 'target/release/*.exe', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user