Update Jenkinsfile4

This commit is contained in:
s464903 2024-05-11 11:18:54 +02:00
parent 3cc592a037
commit 910fe4d190
1 changed files with 2 additions and 2 deletions

View File

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