diff --git a/Jenkinsfile4 b/Jenkinsfile4 index e8a3a9b..d61b657 100644 --- a/Jenkinsfile4 +++ b/Jenkinsfile4 @@ -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 {