Skip to content

Commit

Permalink
Need to specify specific build host label
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Aug 20, 2018
1 parent 6ddded8 commit b6317ac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'X86-64-MULTI'
}
// Configuration for the variables used for this specific repo
environment {
EXT_GIT_BRANCH = 'master'
Expand All @@ -9,8 +11,8 @@ pipeline {
LS_USER = 'linuxserver'
LS_REPO = 'docker-bookstack'
CONTAINER_NAME = 'bookstack'
DOCKERHUB_IMAGE = 'lspipelive/bookstack'
DEV_DOCKERHUB_IMAGE = 'lspipetest/bookstack'
DOCKERHUB_IMAGE = 'linuxserver/bookstack'
DEV_DOCKERHUB_IMAGE = 'lsiodev/bookstack'
PR_DOCKERHUB_IMAGE = 'lspipepr/bookstack'
BUILDS_DISCORD = credentials('build_webhook_url')
GITHUB_TOKEN = credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
Expand Down

0 comments on commit b6317ac

Please sign in to comment.