Update Jenkinsfile3

This commit is contained in:
s464903 2024-03-30 11:19:43 +01:00
parent 2327ad6e6b
commit 8fe82d3562
1 changed files with 2 additions and 0 deletions

View File

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