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