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

Update Jenkinsfile

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