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