Redian新闻
>
万能的买买提,请教一个jenkins的问题
avatar
万能的买买提,请教一个jenkins的问题# Programming - 葵花宝典
o*1
1
父母在国内,年岁已高,身体健康不佳,常常要求医,两老人独居的状况已经不能持续
太久,所以估计近1到2年内要把老人接到身边。所以请教一下各位,特别是有父母在一
起生活的,老人的医疗是怎么处理的,比如探亲身份保险买不买得到?父母的绿卡办下
来之后,保险好不好买?老人有什么样的福利?
以前没有仔细考虑这些问题,一直觉得还早,现在一些突发事件提前了考虑这些问题的
时间。真成向各位请教接。非常感谢!
avatar
a*l
3
SA weekend patch reboot之后突然就没法build了...
build 的 console output-
> /usr/bin/git fetch --tags --progress /home/user/repositories/git/user.git
+refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from /home/user/
repositories/git/user.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)
at hudson.scm.SCM.checkout(SCM.java:484)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(
AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.
java:531)
at hudson.model.Run.execute(Run.java:1717)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:537)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command "/usr/bin/git fetch --
tags --progress /home/user/repositories/git/user.git +refs/heads/*:refs/
remotes/origin/*" returned status code 128:
stdout:
stderr: error: cannot run git-upload-pack '/home/user/repositories/git/user.
git': No such file or directory
fatal: unable to fork
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(
CliGitAPIImpl.java:1591)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.
launchCommandWithCredentials(CliGitAPIImpl.java:1379)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(
CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl
.java:324)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:733)
... 11 more
ERROR: Error fetching remote repo 'origin'
Finished: FAILURE
1. git和jenkins 在一个box上,应该不是ssh的问题
2. login bax as jenkins, run /usr/bin/git fetch --tags --progress /home/user
/repositories/git/user.git +refs/heads/*:refs/remotes/origin/* 没有问题
3. Upgrade jenkins到1.600, GIT client plugin 到1.17.1, GIT Plugin到2.3.5还是
不行
4. 新建Freestyle project
, gradle project,不在Configure System里specify JDK, 可以fetch-
Fetching upstream changes from /home/user/repositories/git/user.git
> /usr/bin/git --version # timeout=10
> /usr/bin/git fetch --tags --progress /home/user/repositories/git/user.git
+refs/heads/*:refs/remotes/origin/*
> /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} #
timeout=10
Checking out Revision c6223c5c4693dc9be933b9e4b2fa915fea311891 (refs/remotes
/origin/master)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f c6223c5c4693dc9be933b9e4b2fa915fea311891
> /usr/bin/git rev-list 050ac61d242b61ab88f533932820cab4e44db7b7 # timeout=
10
[Gradle] - Launching build.
[PROJECT] $ /var/lib/jenkins/tools/hudson.plugins.gradle.GradleInstallation/
Main/bin/gradle
ERROR: JAVA_HOME is not set and no 'java' command could be found in your
PATH.
specify JDK之后就不能fetch, same error
5. 新建Maven project 不work, same error
哪位大牛有啥clue可以further debug 一下。。。?bow~
avatar
b*d
4
Abstract: The Xoom is the best non-Apple tablet you can buy.
这句话很中肯。作为一个普通用户(两边都不FAN),今天正好经过VERIZON店,试了一
下XOOM 和 IPAD1 (IPAD2 还没到VERIZON店)。我有点糊涂,这个版好像很推崇XOOM
,可我的感觉XOOM有点卡。在HOME SCREEN 上手指左右划动,也有点卡。上下快速滑动
BROWER页面的文字,根本就不同步。仅从这点,我觉相同价钱,IPAD1比较值得。感觉
ANDOID的UI性能可能有缺陷,因为硬件XOOM应该好很多。
后来逛到频果店(这是个MALL),体验了一下IPAD2,第一感觉是重量轻了。一个手拿
着不累。IPAD1 有点重。其他没感觉有什么不同。
总的来说我不觉得平板电脑有什么用。
avatar
ET
5
stackoverflow is your rescue.

git

【在 a********l 的大作中提到】
: SA weekend patch reboot之后突然就没法build了...
: build 的 console output-
: > /usr/bin/git fetch --tags --progress /home/user/repositories/git/user.git
: +refs/heads/*:refs/remotes/origin/*
: ERROR: Error fetching remote repo 'origin'
: hudson.plugins.git.GitException: Failed to fetch from /home/user/
: repositories/git/user.git
: at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
: at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
: at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)

avatar
g*t
6
Nook Color前段时间才200.
Xoom.....
我真不觉得Xoom是最好的non apple tablet

XOOM

【在 b*d 的大作中提到】
: Abstract: The Xoom is the best non-Apple tablet you can buy.
: 这句话很中肯。作为一个普通用户(两边都不FAN),今天正好经过VERIZON店,试了一
: 下XOOM 和 IPAD1 (IPAD2 还没到VERIZON店)。我有点糊涂,这个版好像很推崇XOOM
: ,可我的感觉XOOM有点卡。在HOME SCREEN 上手指左右划动,也有点卡。上下快速滑动
: BROWER页面的文字,根本就不同步。仅从这点,我觉相同价钱,IPAD1比较值得。感觉
: ANDOID的UI性能可能有缺陷,因为硬件XOOM应该好很多。
: 后来逛到频果店(这是个MALL),体验了一下IPAD2,第一感觉是重量轻了。一个手拿
: 着不累。IPAD1 有点重。其他没感觉有什么不同。
: 总的来说我不觉得平板电脑有什么用。

avatar
c*e
7
想想你改了些什么?

git

【在 a********l 的大作中提到】
: SA weekend patch reboot之后突然就没法build了...
: build 的 console output-
: > /usr/bin/git fetch --tags --progress /home/user/repositories/git/user.git
: +refs/heads/*:refs/remotes/origin/*
: ERROR: Error fetching remote repo 'origin'
: hudson.plugins.git.GitException: Failed to fetch from /home/user/
: repositories/git/user.git
: at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:735)
: at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:983)
: at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1016)

avatar
b*d
8
不好意思。没试过NOOK COLOR。
我只是觉得这个版有点误导读者。XOOM应该和IPAD1比,而不是IPAD2。

【在 g****t 的大作中提到】
: Nook Color前段时间才200.
: Xoom.....
: 我真不觉得Xoom是最好的non apple tablet
:
: XOOM

avatar
a*l
9
那里也发贴了

【在 ET 的大作中提到】
: stackoverflow is your rescue.
:
: git

avatar
a*l
10
上上周五还好用的,周末SA一patch,一reboot就不行了。。。我自己啥都没改啊...

【在 c*********e 的大作中提到】
: 想想你改了些什么?
:
: git

avatar
c*e
11
patch是什么?

【在 a********l 的大作中提到】
: 上上周五还好用的,周末SA一patch,一reboot就不行了。。。我自己啥都没改啊...
avatar
a*l
12
把server上的一些模块升级一下,SA说是改了unix core 和rsysinfo 应该没系

【在 c*********e 的大作中提到】
: patch是什么?
avatar
c*e
13
去这个目录里找这个文件存在吗?
'/home/user/repositories/git/user.git': No such file or directory

【在 a********l 的大作中提到】
: 把server上的一些模块升级一下,SA说是改了unix core 和rsysinfo 应该没系
avatar
a*l
14
存在,如果新建free style project, 不specify JDK, 用 gradle的话可以fetch,但
specify JDK后就不能fetch了

【在 c*********e 的大作中提到】
: 去这个目录里找这个文件存在吗?
: '/home/user/repositories/git/user.git': No such file or directory

avatar
b*7
15
jdk升级了?

【在 a********l 的大作中提到】
: 存在,如果新建free style project, 不specify JDK, 用 gradle的话可以fetch,但
: specify JDK后就不能fetch了

avatar
a*l
16
没。。。一直都是jdk_l.7_64l55之类的

【在 b******7 的大作中提到】
: jdk升级了?
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。