提交 56501b4e 编写于 作者: K Kohsuke Kawaguchi

Recording changes in af1a4a20

上级 28ac80fe
......@@ -66,6 +66,8 @@ Upcoming changes</a>
<li class=rfe>
Lock down maven plugin versions to shut up m3
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-7275">issue 7275</a>)
<li class=rfe>
<tt>BuildWrapper</tt>s can now act on the build in progress before the checkout occurs.
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -105,7 +105,7 @@ public abstract class BuildWrapper extends AbstractDescribableImpl<BuildWrapper>
}
/**
* Runs before the {@link Builder} runs, and performs a set up.
* Runs before the {@link Builder} runs (but after the checkout has occurred), and performs a set up.
*
* @param build
* The build in progress for which an {@link Environment} object is created.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册