Skip to content

Commit

Permalink
jenkins: remove microbench option and pvCommon dependency from CB build
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Nov 15, 2017
1 parent fc4b51c commit 5e151c3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions jenkins/cloudbees_build
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,15 @@ installE4 () {
local module=$1
local branch=$2

# If microbench version does not exist, try without
if [ "${MB}" = "WITH_MICROBENCH" ]; then
if ! wget -nv https://openepics.ci.cloudbees.com/job/e4-cpp-${module}-${branch}-build/BASE=${BASE},MB=WITH_MICROBENCH/lastSuccessfulBuild/artifact/${module}.CB-dist.tar.gz; then
wget -nv https://openepics.ci.cloudbees.com/job/e4-cpp-${module}-${branch}-build/BASE=${BASE},MB=NO_MICROBENCH/lastSuccessfulBuild/artifact/${module}.CB-dist.tar.gz
fi
else
wget -nv https://openepics.ci.cloudbees.com/job/e4-cpp-${module}-${branch}-build/BASE=${BASE},MB=NO_MICROBENCH/lastSuccessfulBuild/artifact/${module}.CB-dist.tar.gz
fi
wget -nv https://openepics.ci.cloudbees.com/job/e4-cpp-${module}-${branch}-build/BASE=${BASE}/lastSuccessfulBuild/artifact/${module}.CB-dist.tar.gz
tar -xzf ${module}.CB-dist.tar.gz
}

###########################################
# Defaults for EPICS Base and MB
# Defaults for EPICS Base

DEFAULT_BASE=3.15.4
BASE=${BASE:-${DEFAULT_BASE}}
MB=${MB:-"NO_MICROBENCH"}

###########################################
# Dependent module branches
Expand Down

0 comments on commit 5e151c3

Please sign in to comment.