当我启动Jenkins构建时,在到达ant-build-step时,使用以下堆栈立即取消构建:
...
[PROJECT] $ cmd.exe /C "D:\jenkins\tools\hudson.tasks.Ant_AntInstallation\Ant\bin\ant.bat -file build-jenkins.xml -Djenkins.result.dir=${JENKINS.WORKSPACES}/Results "-Dbranch=*/develop" -Djenkins.result.dir=C:/Tools/Jenkins/Results -Djenkins.workspace.dir=C:\Tools\Jenkins\Project-SNAPSHOT\workspace/PRO_56/PRO/java/Project -Dproject.path=C:\Tools\Jenkins\Project-SNAPSHOT\workspace clean.compile.jar.server.snapshot -v && exit %%ERRORLEVEL%%"
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
...
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
Build step 'Invoke Ant' marked build as failure
Finished: FAILURE
我没有调试消息,没有。 我有其他类似/相同配置的项目有效。我认为这可能与我的插件不兼容。
以前有没有人遇到过这个错误?
答案 0 :(得分:0)
在我的情况下,问题是ant-build-step的java选项中的一个很大的 M 。 这里没有 m 的Megabit和 M fürM兆比特。
-Xmx1024M
-Xms1024m