anonymous dashboard & project view

2014-08-17 Thread Philipp Kraus
Hello, my anonymous user has got read access to some projects, but I would like to modify the HTML page of the project and the main dashboard only for the anonymous user e.h. I would like to remove the "last changes" and "build history" on the project page. On the main dashboard I would like th

publishing artifact with public access

2014-08-17 Thread Philipp Kraus
Hello, I'm using LaTeX with Jenkins to build PDF files. After the LaTeX build I get an URL to my artifact (I create the artifact on a successful build): https://myserver.de/jenkins/job/MyDoc/lastSuccessfulBuild/artifact/mypdf.pdf I can open the PDF and everything works fine, but I need to log i

Re: analysis plugins

2014-03-17 Thread Philipp Kraus
eed to call the plugins as individual goals like checkstyle:checkyle > > Ulli > > Am 17.03.2014 um 17:19 schrieb Philipp Kraus > > >: > > Hello, > > I have installed the following plugins: > > https://wiki.jenkins-ci.org/display/JENKINS/CCM+Plugin > https://wiki

analysis plugins

2014-03-17 Thread Philipp Kraus
Hello, I have installed the following plugins: https://wiki.jenkins-ci.org/display/JENKINS/CCM+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Checkstyle+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin https://wiki.jenkins-ci.org/display/JENKINS/DRY+Plugin https://wiki.jenk

groups for projects and nodes

2014-03-15 Thread Philipp Kraus
Hello, I'm running a Jenkins master which should use different projects and different user groups. The authentification is used a LDAP but the LDAP groups should not be used for Jenkins. I'm testing the https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin plugin to create roles wit

LDAP user and default rights

2014-01-02 Thread Philipp Kraus
Hello, I use Jenkins with LDAP authentification. Each User can login, but on default the user hasn't no rights. How can I set default rights in Jekins? Each user, which logins the first time, should manage its own jobs. The user should also add / delete nodes, but only nodes which are added by t

cloud / storing build data

2013-11-10 Thread Philipp Kraus
Hello, I use Jenkins with some C++ builds (on different OS eg Linux, OSX Windows) and Marvan build for Java. My build slaves are connect via JNLP to the Jenkins master. Is there any Jenkins plugin, that allows that the builded data is transfered to a cloud service like DropBox. Our build script

Re: login not working timeout

2013-11-06 Thread Philipp Kraus
This problem seems to be exists only under webkit browser engines. Firefox works, but Safari & Chrome create problems Phil -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send a

login not working timeout

2013-11-05 Thread Philipp Kraus
Hello, I have run a Jenkins 1.538 on a TomCat 7 on a Ubuntu 12.04 with Jenkins LDAP User authentification on a LDAPs call. TomCat is bind to localhost and the slaves are worked with JNLP. Nginx is a proxy server for TomCat. If the system runs after a non-deterministic time Jenkins fails on login

Re: LDAP without group access

2013-11-02 Thread Philipp Kraus
Am Samstag, 2. November 2013 08:57:53 UTC+1 schrieb Stephen Connolly: > > Unless you specify the group names in your authorization strategy, the > group info will not be used, so it should not matter at all that the group > information is being discovered because you would need to define permis

distribution build configuration

2013-11-02 Thread Philipp Kraus
Hello, I run a Jenkins master on an Ubuntu server, in the firewall only SSH, HTTP, HTTPS ports are openend for incomming communication. I have read https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds for distribution builds, but on my master I use LDAP for user authentification. On

LDAP without group access

2013-11-01 Thread Philipp Kraus
Hello, I try to add LDAP auth on Jenkins. Jenkins runs with Tomcat 7. How can I use only user authentification and no group authentification. I would like to disable group filtering Thanks Phil -- You received this message because you are subscribed to the Google Groups "Jenkins Users" grou

Re: Jenkins proxy with Nginx

2013-10-29 Thread Philipp Kraus
Am Montag, 28. Oktober 2013 19:08:34 UTC+1 schrieb Richard Bywater: > > Have you seen > https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy? > > Not sure if it helps but could be a starting point to see what someone > else has done. > >> >> I have create a "half wo

Jenkins proxy with Nginx

2013-10-28 Thread Philipp Kraus
Hello, I would like to configure ngix with jenkins, nginx should be a proxy for the jenkins instance. I have configuration the proxy pass options in this way: location /jenkins { proxy_pass http://localhost:8080/; proxy_redirect off; proxy_set_header