|
|
#=========================================================
|
|
|
# OpenShift Jenkins pipeline template parameters for:
|
|
|
# Jenkinsfile: ./jenkins/deploy-to-test-Jenkinsfile
|
|
|
# Template File: https://raw.githubusercontent.com/BCDevOps/openshift-tools/master/provisioning/pipeline/resources/pipeline-build.json
|
|
|
#=========================================================
|
|
|
NAME=deploy-to-test
|
|
|
# GITHUB_WEBHOOK_SECRET=[a-zA-Z0-9]{40}
|
|
|
SOURCE_REPOSITORY_URL=https://github.com/bcgov/eDivorce.git
|
|
|
SOURCE_REPOSITORY_REF=master
|
|
|
CONTEXT_DIR=jenkins
|
|
|
JENKINSFILE_PATH=deploy-to-test-Jenkinsfile
|