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

Update Jenkinsfile

parent e0d48aa1
Branches
Tags
No related merge requests found
...@@ -6,11 +6,11 @@ node{ ...@@ -6,11 +6,11 @@ node{
} }
stage('Build image') { stage('Build image') {
app = docker.build ("") app = docker.build ("test")
} }
stage('Test image') { stage('Test image') {
docker.image('').withRun('-p 80:80') { c -> docker.image('test').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