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 1f5344f3c8 - Show all commits

3
Jenkinsfile vendored
View File

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