Update Jenkinsfile4

This commit is contained in:
s464903 2024-05-11 11:18:54 +02:00
parent 3cc592a037
commit 910fe4d190

View File

@ -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 {