this should really work..
This commit is contained in:
parent
846672c723
commit
d6fdcc0b02
14
automation/Jenkinsfile
vendored
14
automation/Jenkinsfile
vendored
@ -1,11 +1,11 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
//agent {
|
agent {
|
||||||
//dockerfile {
|
dockerfile {
|
||||||
//dir 'automation'
|
dir 'automation'
|
||||||
//reuseNode true
|
reuseNode true
|
||||||
//}
|
}
|
||||||
//}
|
}
|
||||||
agent any
|
// agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Deployment') {
|
stage('Deployment') {
|
||||||
when {
|
when {
|
||||||
|
Reference in New Issue
Block a user