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