Updated to jenkins and gitea #4
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
@ -1,13 +1,15 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
stage('Build') {
|
stages {
|
||||||
agent {
|
stage('Build') {
|
||||||
docker { image 'rust:alpine' }
|
agent {
|
||||||
}
|
docker { image 'rust:alpine' }
|
||||||
steps {
|
}
|
||||||
sh 'export'
|
steps {
|
||||||
sh 'cargo --release build'
|
sh 'export'
|
||||||
sh 'ls -la'
|
sh 'cargo --release build'
|
||||||
|
sh 'ls -la'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user