fixed agent
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4bf193d329
commit
b988842aa0
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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')
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user