You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2017/12/06 03:13:55 UTC

[airavata-sandbox] 11/19: Updating Jenkinsfile to build parent pom

This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-sandbox.git

commit f8cc315043f2415ad451682c82e323877fa0a75c
Author: dimuthu.upeksha2@gmail.com <Di...@1234>
AuthorDate: Sun Nov 26 07:10:48 2017 +0530

    Updating Jenkinsfile to build parent pom
---
 airavata-kubernetes/scripts/k8s/ci-cd/Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airavata-kubernetes/scripts/k8s/ci-cd/Jenkinsfile b/airavata-kubernetes/scripts/k8s/ci-cd/Jenkinsfile
index b7a5b32..a8ea07f 100644
--- a/airavata-kubernetes/scripts/k8s/ci-cd/Jenkinsfile
+++ b/airavata-kubernetes/scripts/k8s/ci-cd/Jenkinsfile
@@ -31,6 +31,7 @@ node {
     env.BUILDIMG_DATA_OUT_TASK=data_out_task_imageName
 
     stage "Build"
+        sh "/opt/maven/bin/mvn -N -f airavata-kubernetes clean install"
         sh "/opt/maven/bin/mvn -f airavata-kubernetes/modules/api-resource/ clean install"
         sh "/opt/maven/bin/mvn -f airavata-kubernetes/modules/compute-resource-api/ clean install"
         sh "/opt/maven/bin/mvn -f airavata-kubernetes/modules/helix-task-api/ clean install"

-- 
To stop receiving notification emails like this one, please contact
"commits@airavata.apache.org" <co...@airavata.apache.org>.