4.3.1 v15
This commit is contained in:
parent
7bb2eea2f5
commit
cb02b76c3f
@ -41,9 +41,11 @@ pipeline {
|
||||
}
|
||||
stage('Docker') {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'ls'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user