Skip to content

Commit 2097011

Browse files
author
Peng Zhou
committed
add MINIKUBE_HOME to Jenkins Environment
1 parent 8c0ae04 commit 2097011

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Jenkinsfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,14 @@ pipeline {
202202
00 05 * * * % E2E_MARKLOGIC_IMAGE_VERSION=ml-docker-db-dev-tierpoint.bed-artifactory.bedford.progress.com/marklogic/marklogic-server-ubi-rootless:latest-11; PUBLISH_IMAGE=false''' : '')
203203
}
204204

205+
environment {
206+
PATH = "/space/go/bin:${env.PATH}"
207+
MINIKUBE_HOME = "/space/minikube/"
208+
KUBECONFIG = "/space/.kube-config"
209+
GOPATH = "/space/go"
210+
}
211+
212+
205213
parameters {
206214
string(name: 'E2E_MARKLOGIC_IMAGE_VERSION', defaultValue: 'ml-docker-db-dev-tierpoint.bed-artifactory.bedford.progress.com/marklogic/marklogic-server-ubi-rootless:latest-12', description: 'Docker image to use for tests.', trim: true)
207215
string(name: 'VERSION', defaultValue: '1.1.0', description: 'Version to tag the image with.', trim: true)

0 commit comments

Comments
 (0)