SES-79 #3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,6 +8,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build app') {
|
stage('Build app') {
|
||||||
docker.image("session-companion:${env.BUILD_ID}").withRun(-p 8080:8080)
|
docker.image("session-companion:${env.BUILD_ID}").withRun('-p 5050:5050')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user