From 8e9e7e066e21fe54771af4d83e1b3244079d5269 Mon Sep 17 00:00:00 2001 From: Anmol Gupta Date: Fri, 11 Oct 2019 15:09:11 +0530 Subject: [PATCH] changed jenkins and build.sh file (#2) --- Jenkinsfile | 1 - build.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a5c02d6..27bf520 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,6 @@ node('build-slave') { print "Environment will be : ${env.NODE_ENV}" sh 'git log -1' - sh "cd $currentDir" // Build the dependencies for sunbird certification-service sh 'mvn clean install' } diff --git a/build.sh b/build.sh index d6bf0a2..120c022 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ echo "Docker build script" set -eo pipefail build_tag=$1 -name=user_org_service +name=cert_registry_service node=$2 org=$3