diff --git a/Jenkinsfile b/Jenkinsfile index 4959acd..a19005b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') + } } } }