mirror of
https://github.com/linuxserver/docker-kasm.git
synced 2026-01-23 02:24:38 +00:00
Update build version output and maintainer
This commit is contained in:
parent
f5d328b154
commit
0e7c148a8f
4 changed files with 8 additions and 12 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
|
@ -19,7 +19,6 @@ pipeline {
|
|||
DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat')
|
||||
QUAYIO_API_TOKEN=credentials('quayio-repo-api-token')
|
||||
GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f')
|
||||
EXT_GIT_BRANCH = 'develop'
|
||||
EXT_USER = 'kasmtech'
|
||||
EXT_REPO = 'kasm-install-wizard'
|
||||
BUILD_VERSION_ARG = 'KASM_VERSION'
|
||||
|
|
@ -32,11 +31,11 @@ pipeline {
|
|||
DIST_IMAGE = 'ubuntu'
|
||||
MULTIARCH='true'
|
||||
CI='true'
|
||||
CI_WEB='false'
|
||||
CI_WEB='true'
|
||||
CI_PORT='3000'
|
||||
CI_SSL='true'
|
||||
CI_DELAY='120'
|
||||
CI_DOCKERENV='TEST=true'
|
||||
CI_DOCKERENV=''
|
||||
CI_AUTH='user:password'
|
||||
CI_WEBPATH=''
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue