-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch fixes the minor issues observed in Jenkinsfile and update the CI doc. Change-Id: I859844a2c17398675fa0a86c49a76793863975fb Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
- Loading branch information
1 parent
4efeaca
commit da9a86b
Showing
4 changed files
with
89 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Set base version | ||
# Set base version from fabric branch | ||
FAB_BASE_VERSION=2.0.0 | ||
# Set base image version | ||
FAB_BASEIMAGE_VERSION=0.4.14 | ||
# Set base image version from fabric branch | ||
FAB_BASEIMAGE_VERSION=0.4.15 | ||
# Pull below list of images from Hyperledger Docker Hub | ||
FAB_THIRDPARTY_IMAGES_LIST=kafka zookeeper couchdb | ||
# Set related rocketChat channel name. Default: jenkins-robot | ||
CHANNEL_NAME=jenkins-robot | ||
# Set compaitable go version | ||
GO_VER=1.11.5 | ||
# Pull below list of images from nexus3 | ||
# Pull below list of images from nexus3 for e2e tests | ||
FAB_IMAGES_LIST=javaenv nodeenv | ||
# Set related rocketChat channel name. Default: jenkins-robot | ||
CHANNEL_NAME=jenkins-robot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters