Updated to jenkins and gitea #4
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
agent none
|
||||
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