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 {
|
||||
//agent {
|
||||
//dockerfile {
|
||||
//dir 'automation'
|
||||
//reuseNode true
|
||||
//}
|
||||
//}
|
||||
agent any
|
||||
agent {
|
||||
dockerfile {
|
||||
dir 'automation'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
// agent any
|
||||
stages {
|
||||
stage('Deployment') {
|
||||
when {
|
||||
|
Reference in New Issue
Block a user