update jenkinsfile
This commit is contained in:
parent
dd3413a0bb
commit
8f59989d6c
19
automation/Jenkinsfile
vendored
19
automation/Jenkinsfile
vendored
@ -1,10 +1,15 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { dockerfile true }
|
agent {
|
||||||
stages {
|
dockerfile {
|
||||||
stage('Deployment') {
|
dir 'automation'
|
||||||
steps {
|
reuseNode true
|
||||||
sh 'rsync -h'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
stages {
|
||||||
|
stage('Deployment') {
|
||||||
|
steps {
|
||||||
|
sh 'rsync -h'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user