私たちはコードをテストしてビルドするソリューションとしてredhat openshiftを使用しています。これは私が受けていたエラーメッセージです...ジェンキンスとオープンシフトのギアポスト受信エラー
を
ジェンキンスは、かなりの時間のために走っていたが、今ではエラーで停止:
[exec] remote: Executing Jenkins build.[K
[exec] remote:
[exec] remote: You can track your build at https://jenkins-myproject.rhcloud.com/job/myjob-build[K
[exec] remote:
[exec] remote: Waiting for build to schedule....................................................................................[K
[exec] remote: **BUILD FAILED/CANCELLED**[K
[exec] remote: Please see the Jenkins log for more details via 'rhc tail'[K
[exec] remote: !!!!!!!![K
[exec] remote: Deployment Halted![K
[exec] remote: If the build failed before the deploy step, your previous[K
[exec] remote: build is still running. Otherwise, your application may be[K
[exec] remote: partially deployed or inaccessible.[K
[exec] remote: Fix the build and try again.[K
[exec] remote: !!!!!!!![K
[exec] remote: An error occurred executing 'gear postreceive' (exit code: 1)[K
[exec] remote: Error message: CLIENT_ERROR: Failed to execute: 'control post-receive' for /var/lib/openshift/56asdf899weersdfd5/jenkins-client[K
[exec] remote:
[exec] remote: For more details about the problem, try running the command again with the '--trace' option.[K
[exec] To ssh://[email protected]/~/git/myproject.git
[exec] 4102ab5..3291140 master -> master
ジェンキンスジョブが実行されている参照してもdoens'tと提案「RHCテールジェンキンス」を示している(以前のビルドを参照)「ビルドが成功した」以外の何物でもない
私が直接ジェンキンスからビルドを実行しようとすると、すべてが正常に動作します。直接gitリポジトリにコミットするときには直接実行する必要がありますが、これは失敗します。私たちのコードは正常にgitにコミットされていますが、Jenkinsは実行に失敗しました。私は、私たちのGitのリポジトリにプッシュするとき
また、他のビルドが実行されていません。私を助けしようとする努力のため
感謝。
いや、唯一の2使用中でした... –