Re: Advice requested: bash vs python scripts in Jenkins

2012-11-23 Thread clem
Just to make sure that there is no misunderstanding there are no # at my python line :) Greetings

Re: Advice requested: bash vs python scripts in Jenkins

2012-11-23 Thread clem
re.match(---) do this else: sys.exit('Not matching parameter x.') So in case of an Script failure, it will stop and this "Error Code" will published at the Jenkins console and stop the build. Clem

Re: 404 on using --prefix

2012-11-23 Thread clem
282 *like your http://myserver.com:8282/jenkins) Clem

Re: How does Jenkins know tests history

2012-11-23 Thread clem
son/tasks/junit/CaseResult.java> Sry, but i am not sure about the answer. But will also have a look to find a answer, will post it in case of a research result. Clem

Re: Build flow plugin: fails build if there are unstable builds

2012-11-23 Thread clem
Hi, have you tried to select the "Build after other projects are build" option ? In this case, if B is failing, C wouldnt be executed. Clem

Re: How does Jenkins know tests history

2012-11-23 Thread clem
= hudson.model.Hudson.instance.getItem("job_name") build = item.getLastBuild() So i guess its working with a List and without any matching tests, there shouldnt be lost datas. But if im wrong, im happy for any further information. Clem

Re: Cannot remove old users

2012-11-22 Thread clem
Hey Phil, the Jenkins Userdatabase is just a folder in your JENKINS_HOME Directory. "Users" is where you find all your "Members". Maybe, just remove the folder from one of your users, who is getting the Error Message, "Username is already taken". Now he should be able to register again. I also

Re: Retrieve server configuration via http

2012-11-22 Thread clem
nformation ? clem

Re: How to create a new page view.

2012-11-22 Thread clem
https://wiki.jenkins-ci.org/display/JENKINS/Sidebar-Link+Plugin

Re: How to create a new page view.

2012-11-22 Thread clem
your own Plugin) clem

Re: jobs workspaces copied between Windows and Linux - quick question

2012-11-22 Thread clem
Hi, im not totally sure what you mean with "side effects" and where you want to copy your jobs and workspaces ? If you are creating a plugin, you have to watch out for the Filepath. (Using / or \) Or you just want to copy your folders ?

Re: How to restrict user from viewing a particular view?

2012-11-22 Thread clem
Hi, maybe you just change your Security Settings. For example, you can hide the "Views" from users without permissions. But this includes "all" Views. Not sure about one special View. But have a look at this Plugin, maybe this will help you: https://wiki.jenkins-ci.org/display/JENKINS/View+Job+F

Re: How to create custom table layout

2012-11-21 Thread clem
Hey Bharathi, im not sure what exactly your needs are, but have a look at this Plugin. https://wiki.jenkins-ci.org/display/JENKINS/Dashboard+View (Maybe this will help you for your developing) Im also using .jelly Files including HTML Tags, or creating HTML Elements like tables, so it is possibl