mirror of
https://github.com/plexusorg/IBConverter.git
synced 2024-12-22 09:37:37 +00:00
Update Jenkinsfile
This commit is contained in:
parent
1e315f0303
commit
7709a19762
30
Jenkinsfile
vendored
30
Jenkinsfile
vendored
@ -1,17 +1,17 @@
|
|||||||
pipeline {
|
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 {
|
}
|
||||||
always {
|
}
|
||||||
archiveArtifacts artifacts: 'target/release/*.exe', followSymlinks: false
|
post {
|
||||||
}
|
always {
|
||||||
}
|
archiveArtifacts artifacts: 'target/release/*.exe', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user