Updated to jenkins and gitea #4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,5 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
agent {
|
agent {
|
||||||
docker { image 'rust:alpine' }
|
docker { image 'rust:alpine' }
|
||||||
@ -10,4 +11,5 @@ pipeline {
|
|||||||
sh 'ls -la'
|
sh 'ls -la'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user