SES-79 #3

Merged
s426134 merged 10 commits from SES-79 into master 2020-12-02 20:39:22 +01:00
Showing only changes of commit 23cc8a8df2 - Show all commits

2
Jenkinsfile vendored
View File

@ -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')
}
}
}
}