X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=dmaap-vth%2FJenkinsfile;fp=dmaap-vth%2FJenkinsfile;h=31299d210d13950cf1900e9bfd5538523089ac84;hp=dfb3067c29c32ceae3b2a19629b57a9f9ba6814e;hb=b4313736f2b146b57f73f2af882529a19a2efdd1;hpb=e3ba96506390ab3ad630d2dfc4967fd49527615d diff --git a/dmaap-vth/Jenkinsfile b/dmaap-vth/Jenkinsfile index dfb3067..31299d2 100644 --- a/dmaap-vth/Jenkinsfile +++ b/dmaap-vth/Jenkinsfile @@ -64,7 +64,7 @@ node("docker"){ stage 'Publish Artifact' withCredentials([usernamePassword(credentialsId: MECHID, usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) { - dir("dmaap-vth") + dir("docker") echo "Artifact: " + IMAGE_NAME sh """ @@ -98,7 +98,7 @@ node("docker"){ withCredentials([file(credentialsId: KUBE_CONFIG, variable: 'KUBECONFIG')]) { - dir('dmaap-vth/helm'){ + dir('helm'){ //check if charts are valid, and then perform dry run, if successful then upgrade/install charts if (PHASES.contains("UNDEPLOY") ) {