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 e72f038c21 - Show all commits

3
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline { pipeline {
stages {
stage('Build image') { stage('Build image') {
checkout scm checkout scm
dir('SessionCompanion') { dir('SessionCompanion') {
@ -10,3 +10,4 @@ pipeline {
docker.image("session-companion:${env.BUILD_ID}").withRun('-p 5050:5050') docker.image("session-companion:${env.BUILD_ID}").withRun('-p 5050:5050')
} }
} }
}