Bug in jenkinsfile fixed another
This commit is contained in:
parent
c4b5bf689b
commit
1f5344f3c8
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user