Testing with Jenkins
Some checks failed
Gitea Organization/dotfiles/pipeline/head There was a failure building this commit
Some checks failed
Gitea Organization/dotfiles/pipeline/head There was a failure building this commit
This commit is contained in:
parent
77b6e2aba3
commit
0b7af4e3d7
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' }
|
||||||
@ -11,3 +12,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user