提交 727dea8b 编写于 作者: K Kohsuke Kawaguchi

Force ordering between GPG and jarsigner

jarsigner adds signatures by updating the file itself, so we have
to run it before GPG plugin signs the bit, which happens in the 'verify'
phase.

The 'pre-integration-test' phase happens right after the 'package'
phase and before the 'verify' phase, so this is adequate.

See: https://groups.google.com/forum/#!msg/jenkinsci-users/POk8TOcwOM8/i5wn2a0MMwAJ
上级 5d90f816
......@@ -558,7 +558,7 @@ THE SOFTWARE.
<executions>
<execution>
<id>signWar</id>
<phase>verify</phase>
<phase>pre-integration-test</phase>
<goals>
<goal>sign</goal>
</goals>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册