move Method def outside of the loop

Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
olivier lamy 2018-02-01 11:48:13 +10:00
parent 127de228ef
commit 6ccf7cb9d2
1 changed files with 36 additions and 33 deletions

5
Jenkinsfile vendored
View File

@ -120,6 +120,9 @@ for (def jdk in jdks) {
}
}
}
// True if this build is part of the "active" branches
// for Jetty.
def isActiveBranch()
@ -165,5 +168,5 @@ for (def jdk in jdks) {
body: detail
)
}
}
// vim: et:ts=2:sw=2:ft=groovy