Skip to content
Snippets Groups Projects
Commit 91c63a66 authored by MOREY Thibault's avatar MOREY Thibault
Browse files

Update Jenkinsfile

parent 72748475
Branches
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ node{ ...@@ -6,11 +6,11 @@ node{
} }
stage('Build image') { stage('Build image') {
app = docker.build ("test") app = docker.build ("debian:buster")
} }
stage('Test image') { stage('Test image') {
docker.image('test').withRun('-p 81:81') { c -> docker.image('debian:buster').withRun('-p 81:81') { c ->
sh 'docker ps' sh 'docker ps'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment