jenkins: fix CloudBees build script
This commit is contained in:
@@ -42,8 +42,8 @@ MB=${MB:-"NO_MICROBENCH"}
|
||||
###########################################
|
||||
# Dependent module branches
|
||||
|
||||
PVCOMMON_BRANCH="release/4.2"
|
||||
PVDATA_BRANCH="release/6.0"
|
||||
PVCOMMON_BRANCH="release-4.2"
|
||||
PVDATA_BRANCH="release-6.0"
|
||||
|
||||
###########################################
|
||||
# Fetch and unpack dependencies
|
||||
@@ -57,7 +57,7 @@ cd ${STUFF}
|
||||
installTool Boost 1.61.0
|
||||
installTool Base ${BASE}
|
||||
|
||||
installE4 pvCommon ${PVDATA_BRANCH}
|
||||
installE4 pvCommon ${PVCOMMON_BRANCH}
|
||||
installE4 pvData ${PVDATA_BRANCH}
|
||||
|
||||
###########################################
|
||||
@@ -91,4 +91,4 @@ make runtests
|
||||
###########################################
|
||||
# Create distribution
|
||||
|
||||
tar --exclude=test* -czf pvAccess.CB-dist.tar.gz bin lib include dbd
|
||||
tar --exclude=test* -czf pvAccess.CB-dist.tar.gz bin lib include dbd LICENSE COPYRIGHT
|
||||
|
||||
Reference in New Issue
Block a user