mirror of
https://github.com/plexusorg/IBConverter.git
synced 2024-11-14 16:33:34 +00:00
eeeeeeeeeee
This commit is contained in:
parent
7709a19762
commit
d70bda6ecc
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 New Issue
Block a user