From 8a208c5aaacc539459eb3a8995e1b94e88b42761 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 15 Nov 2017 17:23:59 +0100 Subject: [PATCH] jenkins: remove pvCommon dependency from CB build --- jenkins/cloudbees_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins/cloudbees_build b/jenkins/cloudbees_build index 6ca57f4..08eff45 100644 --- a/jenkins/cloudbees_build +++ b/jenkins/cloudbees_build @@ -26,7 +26,7 @@ installE4 () { } ########################################### -# Defaults for EPICS Base and MB +# Defaults for EPICS Base DEFAULT_BASE=3.15.4 BASE=${BASE:-${DEFAULT_BASE}} @@ -34,7 +34,6 @@ BASE=${BASE:-${DEFAULT_BASE}} ########################################### # Dependent module branches -PVCOMMON_BRANCH="master" PVDATA_BRANCH="master" ###########################################