Skip to content

Commit

Permalink
Merge branch 'master' into ZNTA-2176-change-name-invite-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Sep 7, 2017
2 parents b81bbff + 64e4f63 commit e0b979e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-tools/src/test/java/TestJenkinsfile.java
Expand Up @@ -103,6 +103,8 @@ public Object call(Object... args) {
Map<String, Closure> steps = new HashMap<>();
steps.put("hipchatSend", Closure.IDENTITY);
steps.put("echo", Closure.IDENTITY);
steps.put("emailext", Closure.IDENTITY);
steps.put("emailextrecipients", Closure.IDENTITY);
steps.put("step", Closure.IDENTITY);
// we need this for CPS mode
MethodClosure.ALLOW_RESOLVE = true;
Expand Down

0 comments on commit e0b979e

Please sign in to comment.