Switch to a Docker agent (hopefully)
Some checks failed
Git Desu/9iron/pipeline/head There was a failure building this commit
Some checks failed
Git Desu/9iron/pipeline/head There was a failure building this commit
This commit is contained in:
parent
cdd06e78d0
commit
a4cde53a63
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,5 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
docker {
|
||||
image 'morlay/buildx:607a2ce'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user