Tagged Questions
-2
votes
0answers
13 views
Jenkins: Git view plugin [closed]
Is there any Jenkins plugin which provides to view git repository in the jenkins web-interface?
So, I know about 'Git Plugin' functionality, but it provide only URLs to external git-view services. ...
2
votes
1answer
124 views
Which Java version should I run Jenkins with?
Reference: Jenkins Users :: Jenkins on Windows: Java + JRE (version) confusion
Which Java version should I run Jenkins with (on Windows)? Should I use the included JRE of the Windows master? Should ...
1
vote
1answer
173 views
Allow anonymous user to only view job list without browsing workspace in Jenkins
We are running a Jenkins CI. Generally we would like to provide
full access to authenticated users from particular group
full-read access to anonymous users
block anonymous users to access certain ...
0
votes
2answers
334 views
Configuring jenkins with bitbucket error
I've got an ssh key in ~/.ssh/id_rsa.pub when I login as the jenkins user.
I've imported this into bitbucket correctly and it has accepted the key.
When I try to do a git clone (to the correct URL) ...
0
votes
1answer
768 views
Jenkins (JVM) crashes after few minutes after start
Host OS: OpenVZ host
Guest OS: Debian 6.0 minimal
Java: java6 sun
Servlet container: Winstone
Jenkins for debian: http://pkg.jenkins-ci.org/debian/
Jenkins version: 1.449
uname -a: Linux hostname ...
0
votes
1answer
115 views
Jenkins VM Crashed, now there are no jobs
The VM that was running Jenkins for me crashed, and when I rebooted it there were no Jobs on Jenkins. These weren't terribly complicated scripts, but it did take several hours to write is there any ...
0
votes
1answer
445 views
Nginx basic http authentication for jenkins
I have installed nginx and made follow host:
server {
listen 80; # Listen on port 80 for IPv4 requests
server_name jenkins.mydomain.ru;
root /var/lib/jenkins;
...
1
vote
1answer
278 views
Running Hudson builds with a lower process priority
At my office we have an older server running Hudson (1.395) and a collection of other things (JIRA and SVN being the important two). When Husdon is running builds, the slowdown on the server is very ...
2
votes
1answer
316 views
Trigger only if build fails
I'm implementing a deployment/rollback procedure using Jenkins 1.430. I would like to configure the deployment and the rollback steps as 2 separate jobs so as to be triggered independently if needed. ...
4
votes
2answers
3k views
How can I modify a jenkins job configuration programatically without a restart?
Jenkins jobs have config.xml files that store the configuration of that job.
I have a "job manager" job that modifies the configuration of other jobs, but I can't seem to get it to acknowledge the ...
2
votes
2answers
327 views
How to make Hudson write to remote disk?
I have a problem writing to a remote disk using Hudson. When I write in it manually, it works.
The two computers implied: one is on Windows XP and the other is a Mac mini server. The disk that needs ...
4
votes
1answer
551 views
What are the Jenkins/Hudson key files for?
After I have installed Jenkins (on Windows), the program folder contains, among others, two files:
identity.key (28 lines)
-----BEGIN RSA PRIVATE KEY-----
MIIEow......
...
-----END RSA PRIVATE ...
3
votes
1answer
2k views
How to manage groups and users in Jenkins
I'm trying to use role based security plugin in Jenkins, but i'm not sue i am using it right.
I've decided to go with jenkin's own user database as a security realm instead of LDAP. i'm adding the ...
1
vote
1answer
4k views
Jenkins/Hudson - LDAP group *lookup* does not work
I'm trying to get Jenkins to authenticate users via our active directory groups.
If I insert users they are correctly looked up.
If I insert group names, they are not found.
Edit: Through trial ...
1
vote
1answer
655 views
GUI Tests in Hudson (Jenkins) on Windows
I will try to keep this question simple. I've done much research on the topic, and haven't found any solution.
GUI Tests fail when doing maven builds on Hudson (Jenkins). Hudson is running as a ...
-2
votes
1answer
1k views
Tagging does not work with the Subversion plugin
I am using Jenkins 1.417 with the Subversion plugin. When I am trying to tag a build nothing happens. No message, no error, no tags created.
So, my question is - how to tag builds in Jenkins when ...
1
vote
0answers
166 views
hudson/jenkins: help needed to get started with customization work
I'm would to customize jenkins by adding links to the left hand side panel and use the pages associated with these links to serve some custom content in place of the jobs/views table displayed by ...
0
votes
3answers
1k views
HUDSON: how to manually encode the LDAP managerPassword?
I need to know how to manually encode the LDAP managerPassword which controls the authentication to hudson:
<securityRealm class="hudson.security.LDAPSecurityRealm">
...
2
votes
1answer
640 views
Jenkins/Hudson Can we monitor realtime result of external job from Console output?
I have some external jobs need to be monitoring from central Jenkins/Hudson server. Jenkins/Hudson just send job output after it finish.
Some jobs run in very long time and we aren't sure it is ...
4
votes
3answers
2k views
Mapping hudson to a subdomain through nginx proxying
I'm now trying to setup nginx as a reverse proxy for Hudson so it can be access on http://build.example.com directly. I've already installed Hudson on Tomcat and verified that I can access Hudson on ...
0
votes
1answer
468 views
How can I get Jenkins/Hudson to preserve file permissions?
I have an file in my Hudson workspace which has permissions of 777. It's listed under "Files to archive", and appears under "Last Successful Artifacts" on the Project page. If I right-click-save it, ...
1
vote
1answer
663 views
Set up Jenkins to use Crowd's OpenID for SSO?
Been trying to get Jenkins to work with Crowd's OpenID server so we can use single sign-on like with our Atlassian stuff (the Jenkins Crowd plugin can't do SSO). Can't seem to find the proper OpenID ...
10
votes
2answers
2k views
How can I get Jenkins to stop listening for remote connections?
I have Jenkins sitting behind Nginx, with Nginx taking care of authentication, but Jenkins is still listening on port 8080 externally, so by accessing the box on port 8080 people can bypass Nginx.
...
2
votes
3answers
985 views
How can I start a hudson job using Python?
I need to start a hudson job from python, and then wait for it to complete.
This pages suggests a Python API, where can I find further information on this?
...
