Skip to content

Commit

Permalink
[JENKINS-26134] Deprecate unarchive.
Browse files Browse the repository at this point in the history
Originally-Committed-As: 32e72ec33840aa8bd322b029972327956786565f
  • Loading branch information
jglick committed Aug 20, 2015
1 parent 67a26a0 commit de5ee75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Expand Up @@ -36,6 +36,10 @@ public String getDisplayName() {
return "Copy archived artifacts into the workspace";
}

@Override public boolean isAdvanced() {
return true;
}

}

}
Expand Up @@ -38,5 +38,8 @@ THE SOFTWARE.
</p>
<pre>unarchive mapping: ['dir/' : '.']
sh 'cat dir/file'</pre>
<p>
Replaced for most purposes by <code>stash</code> and <code>unstash</code>.
</p>
</f:block>
</j:jelly>

0 comments on commit de5ee75

Please sign in to comment.