eeeeeeeeeee

This commit is contained in:
Telesphoreo 2022-05-14 16:38:11 -05:00
parent 7709a19762
commit d70bda6ecc
No known key found for this signature in database
GPG Key ID: 5ACFFC4682CF849B
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
withDockerContainer('rust:latest') {
withDockerContainer(image: 'rust:latest', toolName: 'Docker') {
sh 'cargo build --release'
}
}