Fixed jenkinsfile
This commit is contained in:
parent
fcbe84914f
commit
ed1b86afa1
@ -1,5 +1,5 @@
|
|||||||
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
|
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
|
||||||
LABEL "Maintainer Jonathan Ervine <docker@ervine.org>"
|
LABEL Maintainer = "Jonathan Ervine <docker@ervine.org>"
|
||||||
|
|
||||||
ENV GETIPLAYER_OUTPUT=/config GETIPLAYER_PROFILE=/config/.get_iplayer PUID=1000 PGID=100 PORT=1935
|
ENV GETIPLAYER_OUTPUT=/config GETIPLAYER_PROFILE=/config/.get_iplayer PUID=1000 PGID=100 PORT=1935
|
||||||
EXPOSE 1935
|
EXPOSE 1935
|
||||||
|
|||||||
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -30,9 +30,8 @@ spec:
|
|||||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/get_iplayer:3.26'
|
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/get_iplayer:3.26'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Notify gchat') {
|
||||||
|
hangoutsNotify message: "Alpine Linux 3.12.1 with BBC iPlayer has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Notify gchat') {
|
|
||||||
hangoutsNotify message: "Alpine Linux 3.12.0 with BBC iPlayer has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
|
||||||
}
|
|
||||||
|
|||||||
0
files/start
Executable file → Normal file
0
files/start
Executable file → Normal file
Loading…
Reference in New Issue
Block a user