You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jenkins/cloudbees_build
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -21,23 +21,15 @@ installE4 () {
21
21
local module=$1
22
22
local branch=$2
23
23
24
-
# If microbench version does not exist, try without
25
-
if [ "${MB}" = "WITH_MICROBENCH" ]; then
26
-
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
0 commit comments