X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=smo-o1-vth%2FJenkinsfile;fp=o1-vth%2FJenkinsfile;h=b7eca8774774e0878cb0cece6ab54488b0e4737d;hp=8da4b07a0535851703269458b01004622bc94d91;hb=b4313736f2b146b57f73f2af882529a19a2efdd1;hpb=e3ba96506390ab3ad630d2dfc4967fd49527615d diff --git a/o1-vth/Jenkinsfile b/smo-o1-vth/Jenkinsfile similarity index 96% rename from o1-vth/Jenkinsfile rename to smo-o1-vth/Jenkinsfile index 8da4b07..b7eca87 100644 --- a/o1-vth/Jenkinsfile +++ b/smo-o1-vth/Jenkinsfile @@ -65,7 +65,7 @@ node("docker"){ withCredentials([usernamePassword(credentialsId: MECHID, usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) { - dir("o1-vth"){ + dir("docker"){ echo "Artifact: " + IMAGE_NAME sh """ @@ -100,7 +100,7 @@ node("docker"){ withCredentials([file(credentialsId: KUBE_CONFIG, variable: 'KUBECONFIG')]) { - dir('o1-vth/helm'){ + dir('helm'){ //check if charts are valid, and then perform dry run, if successful then upgrade/install charts if (PHASES.contains("UNDEPLOY") ) {