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 {
|
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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user