moved dockerfiles to docker dir and updated jenkins file to reflect that
[it/otf.git] / dmaap-vth / Jenkinsfile
index dfb3067..31299d2 100644 (file)
@@ -64,7 +64,7 @@ node("docker"){
                        stage 'Publish Artifact'\r
 \r
                                withCredentials([usernamePassword(credentialsId: MECHID, usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {\r
-                                       dir("dmaap-vth")\r
+                                       dir("docker")\r
                                                echo "Artifact: " + IMAGE_NAME\r
 \r
                                                sh """\r
@@ -98,7 +98,7 @@ node("docker"){
 \r
                        withCredentials([file(credentialsId: KUBE_CONFIG, variable: 'KUBECONFIG')]) {\r
 \r
-                               dir('dmaap-vth/helm'){\r
+                               dir('helm'){\r
                                //check if charts are valid, and then perform dry run, if successful then upgrade/install charts\r
 \r
                                        if (PHASES.contains("UNDEPLOY") ) {\r