SES-79 More fighting with Jenkinsfile

This commit is contained in:
Karol Górzyński 2020-12-02 19:28:44 +01:00
parent 1f5344f3c8
commit e72f038c21

3
Jenkinsfile vendored
View File

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