Questions tagged «jenkins»

3
如何获取最近安装的Jenkins的用户名和密码?
我最近在私人服务器上安装了Jenkins。现在,当我重新启动服务器后,它正在询问用户名和密码。但是,我没有提供任何此类凭证。我已将禁用注册从“真”更改为“假”,但是由于显示无法识别的服务,因此我无法重新启动Jenkins。
15 jenkins 

2
如何启动詹金斯?
我jenkins通过安装sudo apt-get install jenkins。但是,它不会启动。尝试使用手动启动它sudo /etc/init.d/jenkins start。但是当我尝试以这种方式启动它时,它会显示以下消息: start: Rejected send message, 1 matched rules; type="method_call", sender=":1.67" (uid=1000 pid=7970 comm="start jenkins ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")" init.d方法只是说starting,但从未开始... 我该如何解决这个问题并让詹金斯(Jenkins)启动?

1
配套的Jenkins需要重新安装
我的詹金斯看上去很腐败。安装旧版本后,我尝试升级。当我尝试 wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add - sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update sudo apt-get install jenkins 升级失败。然后我使用删除了詹金斯 sudo apt-get remove jenkins 然后我再次尝试安装。 Reading package lists... Done Building dependency tree Reading state information... Done jenkins is already the newest version. …
9 jenkins 

2
在Ubuntu 12.04.3 LTS上jenkins安装中的问题
$ sudo apt-get install jenkins Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: jenkins 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 57.8 MB of archives. After this operation, 63.5 MB of additional …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.