updating pipeline config

This commit is contained in:
Homer 2018-07-05 08:40:12 +01:00
parent fa4b92fd69
commit 76f02b925e

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')