mirror of
https://github.com/plexusorg/IBConverter.git
synced 2025-01-08 16:07:19 +00:00
eeeeeeeeeee
This commit is contained in:
parent
7709a19762
commit
d70bda6ecc
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
withDockerContainer('rust:latest') {
|
withDockerContainer(image: 'rust:latest', toolName: 'Docker') {
|
||||||
sh 'cargo build --release'
|
sh 'cargo build --release'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue