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" ###########################################