mirror of
https://github.com/plexusorg/IBConverter.git
synced 2025-07-04 16:26:42 +00:00
try this
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,12 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
docker { image 'rust:latest' }
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
withDockerContainer('rust:latest') {
|
||||||
steps {
|
steps {
|
||||||
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