diff --git a/scripts/Jenkins_Scripts/CI_Script.sh b/scripts/Jenkins_Scripts/CI_Script.sh index 453084a412..ab0d3aca52 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 186c563e34..103907a5a7 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)