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