Merge pull request #2 from linuxserver/build-logic

updating pipeline config
This commit is contained in:
j0nnymoe 2018-07-05 08:41:38 +01:00 committed by GitHub
commit f97a6ea384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
BUILD_VERSION_ARG = 'BOOKSTACK_RELEASE'
LS_USER = 'linuxserver'
LS_REPO = 'docker-bookstack'
DOCKERHUB_IMAGE = 'linuxserver/bookstack'
DOCKERHUB_IMAGE = 'lspipelive/bookstack'
DEV_DOCKERHUB_IMAGE = 'lspipetest/bookstack'
PR_DOCKERHUB_IMAGE = 'lspipepr/bookstack'
BUILDS_DISCORD = credentials('build_webhook_url')