We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddded8 commit b6317acCopy full SHA for b6317ac
Jenkinsfile
@@ -1,5 +1,7 @@
1
pipeline {
2
- agent any
+ agent {
3
+ label 'X86-64-MULTI'
4
+ }
5
// Configuration for the variables used for this specific repo
6
environment {
7
EXT_GIT_BRANCH = 'master'
@@ -9,8 +11,8 @@ pipeline {
9
11
LS_USER = 'linuxserver'
10
12
LS_REPO = 'docker-bookstack'
13
CONTAINER_NAME = 'bookstack'
- DOCKERHUB_IMAGE = 'lspipelive/bookstack'
- DEV_DOCKERHUB_IMAGE = 'lspipetest/bookstack'
14
+ DOCKERHUB_IMAGE = 'linuxserver/bookstack'
15
+ DEV_DOCKERHUB_IMAGE = 'lsiodev/bookstack'
16
PR_DOCKERHUB_IMAGE = 'lspipepr/bookstack'
17
BUILDS_DISCORD = credentials('build_webhook_url')
18
GITHUB_TOKEN = credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
0 commit comments