2016-07-29 68 views
0

我打算在Openshift Redhat Cloud Server上部署JSP网站。 我的域名是http://jsp-moristems.rhcloud.comOpenshift构建失败/取消

我使用Git克隆了应用程序,删除了src文件夹和pom.xml文件,复制了/ webapps下的ROOT.war(这是我要部署的war文件),然后推送。

但我看到这个错误:

E:\git\jsp [master ↑]> git push 
Warning: Permanently added 'jsp-moristems.rhcloud.com,107.21.78.52' (RSA) to the list of known hosts. 
Counting objects: 4, done. 
Delta compression using up to 8 threads. 
Compressing objects: 100% (4/4), done. 
Writing objects: 100% (4/4), 43.44 MiB | 338.00 KiB/s, done. 
Total 4 (delta 0), reused 0 (delta 0) 
remote: Executing Jenkins build. 
remote: 
remote: You can track your build at https://red-moristems.rhcloud.com/job/jsp-build 
remote: 
remote: Waiting for build to schedule............................... 
remote: **BUILD FAILED/CANCELLED** 
remote: Please see the Jenkins log for more details via 'rhc tail' 
remote: !!!!!!!! 
remote: Deployment Halted! 
remote: If the build failed before the deploy step, your previous 
remote: build is still running. Otherwise, your application may be 
remote: partially deployed or inaccessible. 
remote: Fix the build and try again. 
remote: !!!!!!!! 
remote: An error occurred executing 'gear postreceive' (exit code: 1) 
remote: Error message: CLIENT_ERROR: Failed to execute: 'control post-receive' for /var/lib/openshift/5799d1f889f5cf15800000a8/jenkins-client 
remote: 
remote: For more details about the problem, try running the command again with the '--trace' option. 
To ssh://[email protected]/~/git/jsp.git 
ad41e5f..2bd7925 master -> master 

我跟着尽可能精确openshift指南说,让我想不通我做错了什么。 如果你遇到过这样的问题,请帮助我。

回答

0

您不应该使用Jenkins部署已经构建的war文件。 Jenkins专门寻找pom.xml和src文件夹,以便它可以编译代码并构建您的项目。如果你想部署一个战争文件,删除/关闭jenkins,它应该没问题。