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