From 33d333fd46f8a68cf78557582f474f9e7004029b Mon Sep 17 00:00:00 2001 From: rameshthoomu Date: Wed, 26 Sep 2018 17:24:07 -0400 Subject: [PATCH] FAB-12190 Update stable version in CI scripts Update stable version to 1.4.0-stable in CI scripts Change-Id: I558442ccce8975533f9123193d7aa343ae883ba5 Signed-off-by: rameshthoomu --- scripts/Jenkins_Scripts/CI_Script.sh | 4 ++-- scripts/Jenkins_Scripts/byfn_eyfn.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/Jenkins_Scripts/CI_Script.sh b/scripts/Jenkins_Scripts/CI_Script.sh index 453084a4..ab0d3aca 100755 --- a/scripts/Jenkins_Scripts/CI_Script.sh +++ b/scripts/Jenkins_Scripts/CI_Script.sh @@ -8,10 +8,10 @@ # exit on first error export BASE_FOLDER=$WORKSPACE/gopath/src/github.com/hyperledger -export PROJECT_VERSION=1.3.0-stable +export PROJECT_VERSION=1.4.0-stable export NEXUS_URL=nexus3.hyperledger.org:10001 export ORG_NAME="hyperledger/fabric" -export NODE_VER=8.9.4 # Default nodejs version +export NODE_VER=8.11.3 # Default nodejs version # Fetch baseimage version curl -L https://raw.githubusercontent.com/hyperledger/fabric/master/Makefile > Makefile diff --git a/scripts/Jenkins_Scripts/byfn_eyfn.sh b/scripts/Jenkins_Scripts/byfn_eyfn.sh index 186c563e..103907a5 100755 --- a/scripts/Jenkins_Scripts/byfn_eyfn.sh +++ b/scripts/Jenkins_Scripts/byfn_eyfn.sh @@ -9,7 +9,7 @@ ARCH=$(dpkg --print-architecture) echo "-----------> ARCH" $ARCH MARCH=$(uname -s|tr '[:upper:]' '[:lower:]') echo "-----------> MARCH" $MARCH -VERSION=1.3.0 +VERSION=1.4.0 MVN_METADATA=$(echo "https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric-$VERSION-stable/maven-metadata.xml") curl -L "$MVN_METADATA" > maven-metadata.xml RELEASE_TAG=$(cat maven-metadata.xml | grep release)