Skip to content

Commit

Permalink
Merge pull request #322 from cwiggs/patch-1
Browse files Browse the repository at this point in the history
Adding unzip mock
  • Loading branch information
nre-ableton authored Nov 25, 2020
2 parents 350a6e5 + 3541b83 commit a469daf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ abstract class BasePipelineTest {
helper.registerAllowedMethod('tool', [Map], { t -> "${t.name}_HOME" })
helper.registerAllowedMethod("unstable", [String], { updateBuildStatus('UNSTABLE') })
helper.registerAllowedMethod('unstash', [Map])
helper.registerAllowedMethod('unzip', [Map])
helper.registerAllowedMethod('usernamePassword', [Map], usernamePasswordInterceptor)
helper.registerAllowedMethod('waitUntil', [Closure])
helper.registerAllowedMethod("warnError", [String, Closure], { String arg, Closure c ->
Expand Down

0 comments on commit a469daf

Please sign in to comment.