Update Jenkinsfile3

This commit is contained in:
s464903 2024-03-30 11:19:43 +01:00
parent 2327ad6e6b
commit 8fe82d3562

View File

@ -31,10 +31,12 @@ pipeline {
} }
} }
stage('Run in container'){ stage('Run in container'){
steps{
docker.image('test-image').inside { docker.image('test-image').inside {
} }
} }
}
} }