Add Small fix to Jenkinsfile
This commit is contained in:
parent
ddfb2bad7c
commit
23cc8a8df2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,8 +18,10 @@ pipeline {
|
||||
steps {
|
||||
echo "Building docker image"
|
||||
script {
|
||||
dir('SessionCompanion'){
|
||||
def customImage = docker.build("session-companion:${env.BUILD_ID}")
|
||||
customImage.withRun('-p 5050:5050')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user