Re: Pass env variables to junit test from jenkins

2012-11-26 Thread Clemens
Hey, have you tried to split it, like this: variable=value export variable So, you are not assigning your variable in your export line. But, not sure about it. Greetings

Re: View Level Access-Need Help !!

2012-11-26 Thread Clemens
Hi, one possibility would be, to use Jenkins "Project-based Matrix Authorization Strategy" - (@ Enable Security - Manage Jenkins Page) Have you tried this ? So, you can assign in the Projects which user has access to which Views. (If i got your question correctly) But, this also includes, that

Re: Installing Jenkins on Windows Server 2012 Standard fails

2012-11-26 Thread Clemens
I dont know if you have tried to start your Service with your command line ? Do you ? Enter your cmd (with Admin) and try : "net start Jenkins" Maybe he will get it this way. Greetings

Re: View Level Access-Need Help !!

2012-11-26 Thread Clemens
In this case, maybe have a look at this Plugin: View Job Filters *(This plugin provides a number of filters that you can "chain" togetherto provide a

Re: Cannot remove old users

2012-11-27 Thread Clemens
Hey Phil, sry for this misunderstanding, now i get it, hopefully.. So there are useres at your "server/people/?" Page, which do not have a Folder at the useres Directory. People: *What is this for? According to the mailing list * *

Re: Multiple Jenkins possible ? - quick question

2012-11-27 Thread Clemens
Hi, do you want to install another Jenkins on the same Server ? Not sure about this. Because this would be a problem with the Jenkins Service, tried this once, and didnt get it running, because they could not run at the same time. There is a similar Thread "Hosting multiple Jenkins instance : Nee

Re: How do I known what properties and method exist when writing Groovy scripts?

2012-11-27 Thread Clemens
You mean something like this : Link At this Link you also find "Hudson" (or here: Link) - where also "getInstance()" is located. Thats the way you knwo. And the Methods, you

Re: Build failes with android. The parameter is incorrect

2012-11-29 Thread Clemens
Hi Jesús, i found multiple answers in the Web, and the most published answer was the character length of the classpath. Not absolute sure about your problem, to less workaround information for me, but maybe this is a direction, you could have a look at, to solve your Problem. Look at this Blog

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

2012-11-30 Thread Clemens
Hi, i guess thats all but you should prepare your second "Backup" Jenkins for a situation like that. This means, if your Jobs are working or connected with any Plugin this should also be installed on your Linux Jenkins. But im sure, you already have written this on your "safty-list". Just for

Re: Plugin to show number of failed tests per job on dashboard?

2012-12-04 Thread Clemens
Hi, have a look at the Dashboard View Plugin . I guess it is good for your first point. But not sure about (2/3). Maybe you have to modify it, but shouldnt be a problem. Greetings Am Freitag, 30. November 2012 16:16:43 UTC+1 schrieb ra

Role Strategie Plugin / Matrix Security - View Problems

2012-12-12 Thread Clemens
Hi Community, I'm working on a plugin, which collects different XML Files and creates different Tables and Graphs depending on the Entries in these Files.The XML's are located in the workspace of a job. You can also modifie them, to change Entries and create new ones. For this im using htmlrequ

Re: How to publish artifacts which will be still available via links on Jenkins?

2012-12-13 Thread Clemens
Hi, have you just thought about using "Artifactory" ? Am Donnerstag, 13. Dezember 2012 07:39:52 UTC+1 schrieb zakyn: > > Hello, > > I have this situation. I have limited space on VM so I have to move the > results(artifacts) to the another virtual HDD (for example > \\file01\jenkins\results)

Re: Changing dashboard column header names

2013-01-07 Thread Clemens
Hey Jeff, if you really want to change "Configure" you could change the files (coloumnHeader.properties) from the Configure Job Column Plugin. They contain the value for the Column. There is no way to change it in Jenkins. Your second point, console, is not directly connected to this plugin. A

Re: EnvInject plugin not passing environment variable to post build action

2013-01-07 Thread Clemens
Hi, im not sure if i get you correctly, but have you tried a parametrized build to set a variable with your server and use this later ? Because the help description includes : "The Build requires user input (this would be your server) which will be available during the build process." If i cre

Re: Build a parameterized build while one or more parameters are empty

2013-01-11 Thread Clemens
Hi agedio, Your Question : "What happens if you leave the option empty" (Created a Test Job.) I just cleared the default value content from the field and the returned value from this parameter was "". (not even a space) The result would be *3.2* if you just clear your parameter fields. Just the

Re: getting Exception in Job Import plugin

2013-01-11 Thread Clemens
Hi, which Jenkins Version are you using ?

Re: kicking off a job on a remote Jenkins - quick question

2013-01-11 Thread Clemens
Hi, you could start your Job via url and transmitting a parameter, which includes your svn revision Number. See Example: YOURSERVER/jobs/JOBNAME/buildWithParameters?PARMNAME=SVNREVISIONNUMBER In case your remote job is parameterized your SVNREVISIONNUMBER will be set as parameter value and is u

Re: kicking off a job on a remote Jenkins - quick question

2013-01-11 Thread Clemens
Sry, go you wrong, my mistake.. Your command should look like this: java -jar jenkins-cli.jar -s http://YOURSERVER:8080 build JOBNAME -p SVN=VALUE While SVN would be a parameter at your job, thats how i call a job with my jenkins-cli.jar and parameters

Re: kicking off a job on a remote Jenkins - quick question

2013-01-11 Thread Clemens
Just a question, are you running any Security Settings on your Server ? My command would only work on a "Not secured" Server. And connected to your Error Message, i would guess you are having your Jenkins secured, am i right ?

Getting all Job Information from different Server

2013-02-04 Thread Clemens
Hi, i have a quick question. We are running different Jenkins Server for different departments and jobs and i wanted to know, if there is any way to collect all Job information from all Servers ? It would be only necessary to get the different jobs and the status , not the workspace files. (Just t

Re: Getting all Job Information from different Server

2013-02-05 Thread Clemens
Hi Andreas, thanks for your answer, that is what i expected. But if there is no such plugin, i guess i will go like you described it, and will do a little script work for my overview information. Maybe in the future, if there are more tasks which have to be solved i will finally have to create a

how to test push notifications with Jenkins

2016-02-15 Thread Clemens Bergmann
I want to continously blackbox test the push part of my application. It is no problem to trigger the push notification with jenkins. The problem is to test if the notification also got delivered correctly. I see three possible Sollutions 1. Jenkins could somehow register with GCM and APNS