Update Jenkinsfile4
This commit is contained in:
parent
3cc592a037
commit
910fe4d190
@ -20,7 +20,7 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build image'){
|
||||
stage('Build image') {
|
||||
steps {
|
||||
script {
|
||||
checkout scm
|
||||
@ -29,7 +29,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Run in container'){
|
||||
stage('Run in container') {
|
||||
steps {
|
||||
script {
|
||||
docker.image('test-image').inside {
|
||||
|
Loading…
Reference in New Issue
Block a user