Jenkins user roles

2014-06-13 Thread Hajarita Bm
Hey, I did a build with phing it works very very good my problem is that when i execute it jenkins always write the same mistake it there's no rights to execute your build. Best Regards, HAJAR BM -- You received this message because you are subscribed to the Google Groups Jenkins Users

Plugin to create Histogram

2014-06-13 Thread Giuseppe D'Agostino
Hi! I search a plugin, or also another external system easily integrated with Jenkins, to realize histogram starting from a data table. I use Jenkins to perform several test and I collect result on csv file. Using https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin I can monitor build data

Re: Parameterized Build - Multiple instances of a single parametrized job (a template) AKA fixed parametrized build

2014-06-13 Thread Dirk Kuypers
Hi, I use the job-dsl plugin to generate thousands of test projects via a groovy script. I have a template job and some string arrays with my parameters for test categories which are iterated for job generation. Some of the main code snippets: def create_windowsBatch = { name, filter - return

Unable to create new jobs, update existing, change conf...

2014-06-13 Thread Peter Sönder
We have a Jenkins box (Windows) which have been running flawless for a few months now. For the last 14 days or so we cannot create new jobs, we get this error: - Error Query parameter 'name' is required - Nor can we update existing jobs or change configuration. When e.g. changing the

[Email-ext] Add images to mail

2014-06-13 Thread Maciej Gąsiorowski
Hi, I want to add images to mail body (from artifacts or workspace folder). It is possible ? I add img tag, where src is link to artifacts, in Email Template Testing everything is ok, but when jenkins send mail, there is no img src. Best regards, Maciej -- You received this message because

Re: syntax highlighting of Build - execute shell

2014-06-13 Thread min yuan
thank you very much, i will follow this issue 在 2014年6月12日星期四UTC+2下午9时53分20秒,Daniel Beck写道: https://issues.jenkins-ci.org/browse/JENKINS-23148 On 12.06.2014, at 18:25, min yuan myu...@gmail.com javascript: wrote: Hello, I have installed Jenkins last week and I can see the field

Re: syntax highlighting of Build - execute shell

2014-06-13 Thread Maciej Jaros
min yuan (2014-06-12 18:25): Hello, I have installed Jenkins last week and I can see the field *Build execute shell* has *syntax highlighting support* when I type my shell script. But today I reinstalled Jenkins and then the *syntax highlighting* is no more supported. Can somebody tell me

Re: question on docker plugin

2014-06-13 Thread Nigel Magnay
Also there seems something strange is going on in that it seems to start a container, and then seem to switch to another container before the build kicks off. I haven't been able to troubleshoot this behaviour yet but wonder if something like that is expected? ​Yes, there's a few oddities

Question on email notifications to people who broke the build....

2014-06-13 Thread John McCabe
I've got a chain of 'builds' as follows: CVS Checkout Compile for target X Static Analysis Compile for target Y I have them all set up to notify people who broke the build using email. Am I right in thinking that the source control differences are used to work out who to email in those cases?

Re: Question on email notifications to people who broke the build....

2014-06-13 Thread Slide
You can do all those things with email-ext, but unless you are using fingerprints to have dependencies between the builds, the Mailer plugin will not send to the people from upstream builds. slide On Fri, Jun 13, 2014 at 4:39 AM, John McCabe j...@mccabe.org.uk wrote: I've got a chain of

how to specify the default ANT

2014-06-13 Thread Eric Wood
I have three installations of ANT 1.8.4, 1.9.3 1.9.4.  There is no way to specify on the configuration page which is the default.  On the job page I can specify the default.  How do I select one of these installations to be the default?  Is it the first installation? It seems like the 1.8.4 is

Re: Question on email notifications to people who broke the build....

2014-06-13 Thread John McCabe
Thanks for your reply. I'm fairly new to Jenkins so will have to look further into the fingerprints stuff you mentioned. I've just had a look at the email-ext plugin page and found there's a 'bug' listed relating to picking up committers from upstream jobs!

Re: [Email-ext] Add images to mail

2014-06-13 Thread Slide
If the recipient of the email is not on the network where those resources are available, you won't see them in the email. You can use the inlining option data-inline=true in your HTML template and the plugin should inline images as base64 encoded, so they should display. On Fri, Jun 13, 2014 at

Re: Question on email notifications to people who broke the build....

2014-06-13 Thread John McCabe
I appreciate it's not a bug, which is why I wrote 'bug' in quotes :-) I've looked at the suggestion and, although I can roughly understand what it's doing, I know nothing about Groovy or the Jenkins object model at the moment so it may take me a while to work out how to fill in the blanks;

RE: svn update work on running client from JNLP but not as Windows service

2014-06-13 Thread Matthew.Webber
If you are issuing any svn command from an environment where there is no user to prompt, I suggest using the global option svn --non-interactive That means it will never hang waiting for a prompt. Instead, it will fail, and the output will tell you what happened. Matthew From: Juan Pablo

Dropping support for Java6

2014-06-13 Thread thomas . suckow
There doesn't seem to be any conversations about when Jenkins would drop support for Java6. I've noticed a few plugins have dependancies on Java7 and that kinda puts a kink in maintaining a host with Java6. Eventually we will have to bite the bullet, does anyone have thoughts or opinions on

Re: how to specify the default ANT

2014-06-13 Thread Daniel Beck
'(Default)' means to use whatever's on your system's PATH rather than one of the versions configured in Jenkins. There is no way to get Jenkins to preselect a specific version for newly added Ant build steps. On 13.06.2014, at 14:13, Eric Wood eric.w...@rocketmail.com wrote: I have three

Re: Jenkins change language intermitentily

2014-06-13 Thread Eduardo Dias
we are using locale plugin but the language changes. $ ps -ef | grep jenkins jenkins850 1 0 Apr05 ?00:00:00 /usr/bin/daemon --name=jenkins --inherit --env=JENKINS_HOME=/var/lib/jenkins --output=/var/log/jenkins/jenkins.log --pidfile=/var/run/jenkins/jenkins.pid -- /usr/bin/java

S3 plugin 0.6 fails with Jenkins 1.554.2

2014-06-13 Thread 'Curtis Kline' via Jenkins Users
We just updated Jenkins to latest LTS release, and S3 plugin to 0.6. Now all S3 uploads fail with this error: ERROR: Publisher hudson.plugins.s3.S3BucketPublisher aborted due to exception java.lang.StringIndexOutOfBoundsException: String index out of range: -25 at

Re: S3 plugin 0.6 fails with Jenkins 1.554.2

2014-06-13 Thread 'Coinbase Support' via Jenkins Users
__ Type your response ABOVE THIS LINE to reply Re: S3 plugin 0.6 fails with Jenkins 1.554.2 Coinbase | Jun 13, 2014 11:20AM PDT Thank you for submitting

Problems with email-ext messages after Jenkins upgrade, with both Perforce and Git SCM jobs

2014-06-13 Thread Jim Lloyd
Hello. I am new to Jenkins and am trying to make configuration changes to support the addition of new jobs using Git for SCM. Previously the server only had jobs using Perforce for SCM. We were running Jenkins v1.499, which was too old to support the Git related plugins we wanted to install, so

Re: Problems with email-ext messages after Jenkins upgrade, with both Perforce and Git SCM jobs

2014-06-13 Thread Mark Waite
I don't have any help to offer for the specific problem you reported. I have a general question you might consider. Since you stayed on an older version that long, I suspect you prefer stability rather than the latest set of features. You may want to consider choosing the long term support

issue related to fitnesse plugin

2014-06-13 Thread Irfan Sayed
hi, i am using fitnesse jenkins plugin version 1.9 when i am executing test cases using plugin , then i am getting following exception in console log Connected: 200/OK java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at

Re: Dropping support for Java6

2014-06-13 Thread Ulli Hafner
There are no plans to drop Java 6. If a plugin does not work with Java 6 please file a bug report in Jira. Am 13.06.2014 um 17:37 schrieb thomas.suc...@pnnl.gov: There doesn't seem to be any conversations about when Jenkins would drop support for Java6. I've noticed a few plugins have

Re: Problems with email-ext messages after Jenkins upgrade, with both Perforce and Git SCM jobs

2014-06-13 Thread Slide
Did you upgrade the Perforce plugin at the same time? My guess is something in the Perforce plugin changed, but that is just a guess. Without more information on versions of all the plugins you have mentioned, it will be hard to help out. slide On Fri, Jun 13, 2014 at 11:39 AM, Mark Waite

Displaying All Downstream Test Results in Upstream

2014-06-13 Thread Jamie Jackson
Hi All, Say I've got a project, A, which triggers a downstream job, B, which runs unit tests on all nodes of a cluster (using the All Nodes for Label Factory ParameterFactory option). My current triggering works fine, but I'd like to see all the test results in A's status. I'm new to all of

Re: Displaying All Downstream Test Results in Upstream

2014-06-13 Thread Mark Waite
I've taken the simple minded approach of accepting that my multi-configuration job (compiling and running tests on all nodes) test results are separate from my test results for the single node smoke test which precedes it. The description in the stackoverflow article sounded very complicated,

Re: Displaying All Downstream Test Results in Upstream

2014-06-13 Thread Jamie Jackson
That's the kind of feedback I need, thanks. I'm exploring right now and I don't yet have a feel for what's best practice, what's a terrible hack, and what's superfluous. On Fri, Jun 13, 2014 at 4:17 PM, Mark Waite mark.earl.wa...@gmail.com wrote: I've taken the simple minded approach of