Bug in jenkinsfile fixed another

This commit is contained in:
Karol Górzyński 2020-12-02 19:21:48 +01:00
parent c4b5bf689b
commit 1f5344f3c8

3
Jenkinsfile vendored
View File

@ -1,10 +1,9 @@
pipeline { pipeline {
def app
stage('Build image') { stage('Build image') {
checkout scm checkout scm
dir('SessionCompanion') { dir('SessionCompanion') {
app = docker.build("session-companion:${env.BUILD_ID}") docker.build("session-companion:${env.BUILD_ID}")
} }
} }
stage('Build app') { stage('Build app') {