Skip to content

Commit

Permalink
add unstash optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Nov 29, 2024
1 parent ce92f8f commit 0b1feb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ru/pulsar/jenkins/library/IStepExecutor.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ interface IStepExecutor {

def unstash(String name)

def unstash(String name, boolean optional)

def unstable(String message)

def zip(String dir, String zipFile)
Expand Down

0 comments on commit 0b1feb7

Please sign in to comment.