Switch to a Docker agent (hopefully)
Git Desu/9iron/pipeline/head There was a failure building this commit Details

This commit is contained in:
Salt 2022-01-23 08:46:34 -06:00
parent cdd06e78d0
commit a4cde53a63
1 changed files with 5 additions and 1 deletions

6
Jenkinsfile vendored
View File

@ -1,5 +1,9 @@
pipeline {
agent any
agent {
docker {
image 'morlay/buildx:607a2ce'
}
}
stages {
stage('Build') {
steps {