SES-79 #3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,8 +18,10 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo "Building docker image"
|
echo "Building docker image"
|
||||||
script {
|
script {
|
||||||
|
dir('SessionCompanion'){
|
||||||
def customImage = docker.build("session-companion:${env.BUILD_ID}")
|
def customImage = docker.build("session-companion:${env.BUILD_ID}")
|
||||||
customImage.withRun('-p 5050:5050')
|
customImage.withRun('-p 5050:5050')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user