Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
[JENKINS-26134] Deprecate unarchive.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 20, 2015
1 parent 020ad38 commit 32e72ec
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 32e72ec

Please sign in to comment.