mirror of
https://github.com/plexusorg/IBConverter.git
synced 2024-11-12 23:53:32 +00:00
try this
This commit is contained in:
parent
0243621cd3
commit
a5b3fa56f1
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -1,11 +1,11 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'rust:latest' }
|
||||
}
|
||||
agent any
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'cargo build --release'
|
||||
withDockerContainer('rust:latest') {
|
||||
steps {
|
||||
sh 'cargo build --release'
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
Loading…
Reference in New Issue
Block a user