Changed build script since manager zip downloaded 61/1061/1
authorCarsten Lund <lund@research.att.com>
Tue, 21 Feb 2017 01:12:39 +0000 (01:12 +0000)
committerCarsten Lund <lund@research.att.com>
Tue, 21 Feb 2017 01:12:39 +0000 (01:12 +0000)
Change-Id: I170720b3f52fb80ed079c9faf8d38b835c52bb12
Signed-off-by: Carsten Lund <lund@research.att.com>
jjb/dcae/script-collectors-ves-daily-release.sh
jjb/dcae/script-collectors-ves-merge.sh
jjb/dcae/script-collectors-ves-verify.sh

index a08d139..9d99194 100755 (executable)
 
 
 # downloading DCAE Controller service manager for VES collector
-GROUP_ID='org.openecomp.dcae.controller'
-ARTIFACT_ID='dcae-controller-service-standardeventcollector-manager'
-VERSION='0.1.0-SNAPSHOT'
-FORMAT='zip'
-SCOPE='runtime'
-ARTIFACT_FQID="${GROUP_ID}:${ARTIFACT_ID}:${VERSION}:${FORMAT}:${SCOPE}"
-ARTIFACT_FILENAME="${ARTIFACT_ID}-${VERSION}-${SCOPE}.${FORMAT}"
-${MVN} -s "$SETTINGS_FILE" \
-   org.apache.maven.plugins:maven-dependency-plugin:2.10:copy \
-   -Dartifact="${ARTIFACT_FQID}" -DoutputDirectory=/tmp
-DCM_AR="/tmp/${ARTIFACT_FILENAME}"
+DCM_AR="${WORKSPACE}/manager.zip"
 if [ ! -f "${DCM_AR}" ]
 then
     echo "FATAL error cannot locate ${DCM_AR}"
@@ -115,4 +105,4 @@ if [ ! -z "$REPO" ]; then
 
     # push to remote repo
     docker push "${RFQI}"
-fi
\ No newline at end of file
+fi
index a08d139..ba46847 100755 (executable)
 # before calling this script
 
 
-# downloading DCAE Controller service manager for VES collector
-GROUP_ID='org.openecomp.dcae.controller'
-ARTIFACT_ID='dcae-controller-service-standardeventcollector-manager'
-VERSION='0.1.0-SNAPSHOT'
-FORMAT='zip'
-SCOPE='runtime'
-ARTIFACT_FQID="${GROUP_ID}:${ARTIFACT_ID}:${VERSION}:${FORMAT}:${SCOPE}"
-ARTIFACT_FILENAME="${ARTIFACT_ID}-${VERSION}-${SCOPE}.${FORMAT}"
-${MVN} -s "$SETTINGS_FILE" \
-   org.apache.maven.plugins:maven-dependency-plugin:2.10:copy \
-   -Dartifact="${ARTIFACT_FQID}" -DoutputDirectory=/tmp
-DCM_AR="/tmp/${ARTIFACT_FILENAME}"
+# DCAE Controller service manager for VES collector
+DCM_AR="${WORKSPACE}/manager.zip"
 if [ ! -f "${DCM_AR}" ]
 then
     echo "FATAL error cannot locate ${DCM_AR}"
@@ -115,4 +105,4 @@ if [ ! -z "$REPO" ]; then
 
     # push to remote repo
     docker push "${RFQI}"
-fi
\ No newline at end of file
+fi
index f502cc9..0893908 100755 (executable)
 
 
 
-# downloading DCAE Controller service manager for VES collector
-GROUP_ID='org.openecomp.dcae.controller'
-ARTIFACT_ID='dcae-controller-service-standardeventcollector-manager'
-VERSION='0.1.0-SNAPSHOT'
-FORMAT='zip'
-SCOPE='runtime'
-ARTIFACT_FQID="${GROUP_ID}:${ARTIFACT_ID}:${VERSION}:${FORMAT}:${SCOPE}"
-ARTIFACT_FILENAME="${ARTIFACT_ID}-${VERSION}-${SCOPE}.${FORMAT}"
-${MVN} -s "$SETTINGS_FILE" \
-   org.apache.maven.plugins:maven-dependency-plugin:2.10:copy \
-   -Dartifact="${ARTIFACT_FQID}" -DoutputDirectory=/tmp
-DCM_AR="/tmp/${ARTIFACT_FILENAME}"
+# DCAE Controller service manager for VES collector
+DCM_AR="${WORKSPACE}/manager.zip"
 if [ ! -f "${DCM_AR}" ]
 then
     echo "FATAL error cannot locate ${DCM_AR}"
@@ -111,4 +101,4 @@ docker build --rm -t "${LFQI}" "${BUILD_PATH}"
 #
 # io registry  DOCKER_REPOSITORIES="nexus3.openecomp.org:10001 \
 # release registry                   nexus3.openecomp.org:10002 \
-# snapshot registry                   nexus3.openecomp.org:10003"
\ No newline at end of file
+# snapshot registry                   nexus3.openecomp.org:10003"