mirror of
https://github.com/plexusorg/IBConverter.git
synced 2025-01-07 15:38:01 +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 {
|
||||
stage('Build') {
|
||||
steps {
|
||||
withDockerContainer('rust:latest') {
|
||||
withDockerContainer(image: 'rust:latest', toolName: 'Docker') {
|
||||
sh 'cargo build --release'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue