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