fixed agent
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit Details

This commit is contained in:
Jesse James Isler 2022-06-09 10:44:12 +02:00
parent 4bf193d329
commit b988842aa0
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent none
agent any
stages {
stage('Install') {
@ -31,7 +31,6 @@ pipeline {
}
stage('Build Docker Image') {
agent any
// environment {
// DOCKER_PUSH = credentials('docker_push')
// }