Update Jenkinsfile3
This commit is contained in:
parent
2327ad6e6b
commit
8fe82d3562
@ -31,9 +31,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run in container'){
|
stage('Run in container'){
|
||||||
|
steps{
|
||||||
docker.image('test-image').inside {
|
docker.image('test-image').inside {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user