Re: envinject plugin: should it be able to set the workspace?

2015-10-28 Thread Krishna Kumar Tiwari
One use of envlnject which i have used Create a standard java .properties file and you can fetch the environmental variable and these can be used during your job. you need to specify the properties file in your job configuration. One way to do it copy the properties file from your slave node/mas

Re: Need help jenkins /ansible

2015-10-28 Thread Indra Gunawan (ingunawa)
Ansible running as your user does not have permission to create directory. You should add "sudo: yes" at the top in the ansible playbook? Does your user have sudo privilege? From: mailto:jenkinsci-users@googlegroups.com>> on behalf of GBANE FETIGUE mailto:beme...@gmail.com>> Reply-To: "jenk

Re: Regarding docker : JENKINS-30113

2015-10-28 Thread Irfan Sayed
Update: on the Jenkins job console log: i can see following lines: *PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin* and while building docker image using dockerfile: "Env": [ *"PATH=/usr/java/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",*

Re: Regarding docker : JENKINS-30113

2015-10-28 Thread Baptiste Mathus
Hi Irfan, IMO, don't expect env vars be passed from Jenkins to the container. In my mind, expecting this in a Docker container is actually incorrect. Docker is about isolation and reproducibility. See Nicolas comment in the issue btw, he says something like that. Btw, IIUC, you're expecting to fi

How to set Jenkins View in English?

2015-10-28 Thread Wei Chen
Hi, I've installed the Jenkins on EHRL 5.X. As I open the Jenkins all the shown text are in German. But what I want is English. I've changed the language setting in Chrome browser and restarted the browser. But as I reopen the Jenkins, it is still in German. Then I want to install the locale

Re: how to stop the "no changes" mail in e-mail notification

2015-10-28 Thread Slide
Something is causing a build to occur, stop the build from occurring when there are no changes and you'll stop the email at the same time. On Mon, Oct 26, 2015, 03:07 gembali srinu wrote: > i have used Subversion for SCM and ext-email plugin for email > notification. my team working on jenkins f

Re: How to set Jenkins View in English?

2015-10-28 Thread Wei Chen
I've solved this problem myself as follow: Download and install the locale plugin (copy this to /var/cache/jenkins/war/WEB-INF/plugins). Restart the Jenkins with force-reload Open Jenkins Web-Console and go to Manage Jenkins > Configue System Go to section Locale and enter en_US to field Default

How to install plugins in Jenkins Web-Console?

2015-10-28 Thread Wei Chen
Hi, I thought one can install plugin in Jenkins Web-Console under "Manage Jenkins -> Manage Plugins". But as I click the tab 'Availablke', it's empty, no any plugin to be seen. So I have to download the plugin such as locale.hpi. And then I copy this under /var/cache/jenkins/war/WEB-INF/plugi

Re: 1.634 not downloading zip archives on Windows

2015-10-28 Thread TomM
I get this too :-( On Tuesday, October 20, 2015 at 5:23:01 PM UTC+1, Daniel Beck wrote: > > Known issue: https://issues.jenkins-ci.org/browse/JENKINS-31015 > > On 19.10.2015, at 18:38, Trinition > > wrote: > > > We just updated to 1.634 but our promotion jobs that start by > downloading the ar

Multiple implementations of EnvironmentContributingAction

2015-10-28 Thread ejorris
We do have a Jenkins plugin that implements a trigger and upon the triggering it do instantiate and contribute to the build environment with some own environment variables. This is done by a EnvironmentContributingAction that we do add. In addition to this we do use Jenkins parameters and if I

Re: How to install plugins in Jenkins Web-Console?

2015-10-28 Thread Wei Chen
See Jenkins Doc: https://wiki.jenkins-ci.org/display/JENKINS/Plugins Am Mittwoch, 28. Oktober 2015 14:07:05 UTC+1 schrieb Wei Chen: > > I solve this question. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group a

Re: How to install plugins in Jenkins Web-Console?

2015-10-28 Thread Wei Chen
I solve this question. -- 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 an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit h

Matrix combination + Test results trend

2015-10-28 Thread vivek yaragatti
Hi all, I am using Jenkins quite for some time, as part of continuous integration process. My team had a very interesting requirement, so I was wondering if anyone can help me implement it. *Requirement*: We have to run several tests with slight variation, all have same database, there i

Re: Regarding docker : JENKINS-30113

2015-10-28 Thread Irfan Sayed
Thanks. So you are saying whatever environment variable we set as a part of dockerfile, are no longer will be available in build step ? i am considering that build environment as docker container please suggest Regards irfan On Wed, Oct 28, 2015 at 2:24 PM, Baptiste Mathus wrote: > Hi Irfan,

Re: Regarding docker : JENKINS-30113

2015-10-28 Thread Jason Swager
Have you considered using the Docker plugin (https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin)? That plugin seems to be a closer fit for what you might want. The entire slave is in a container and consequently, all the PreBuild plugins and Publisher plugins work like they would on a

Re: Regarding docker : JENKINS-30113

2015-10-28 Thread Irfan Sayed
Thanks let me try that On Wed, Oct 28, 2015 at 8:39 PM, Jason Swager wrote: > Have you considered using the Docker plugin ( > https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin)? That plugin > seems to be a closer fit for what you might want. The entire slave is in a > container and con

Promoting a build with $POM_VERSION?

2015-10-28 Thread James Green
We have a Maven job to which I have added a "Promote builds when" clause allowing someone to pick a build and promote it. This promotion triggers a deployment job. This deployment job appears pretty naive. Is there any way of getting the Maven project version into here? From my limited understandi

Re: 1.634 not downloading zip archives on Windows

2015-10-28 Thread TomM
Raised as a ticket: https://issues.jenkins-ci.org/browse/JENKINS-31226 On Wednesday, October 28, 2015 at 12:32:28 PM UTC, TomM wrote: > > I get this too :-( > > On Tuesday, October 20, 2015 at 5:23:01 PM UTC+1, Daniel Beck wrote: >> >> Known issue: https://issues.jenkins-ci.org/browse/JENKINS-310

Re: 1.634 not downloading zip archives on Windows

2015-10-28 Thread Baptiste Mathus
Hi, not sure I understand: you're answering Daniel's email, where he said "known issue: https://issues.jenkins-ci.org/browse/JENKINS-31226"; hence the issue was actually already filed. Cheers 2015-10-28 16:52 GMT+01:00 TomM : > Raised as a ticket: > > > > On Wednesday, October 28, 2015 at 12:32:

RE: unable to access Jenkins in Firefox and Chrome after latest browser updates because of "weak ephemeral Diffie-Hellman public key"

2015-10-28 Thread Roger Moore
Thanks Brent. I had found similar discussions but not on that message list. After reading that though, and from the other things I’ve found, it seems the correct fix is to change the setting on the Jenkins server because we already are using 1024-bit certificates. I had found a page that discus

Re: unable to access Jenkins in Firefox and Chrome after latest browser updates because of "weak ephemeral Diffie-Hellman public key"

2015-10-28 Thread Daniel Beck
To clarify, you're using the embedded Jetty-Winstone to run Jenkins (i.e. java -jar jenkins.war), including SSL/TLS? On 28.10.2015, at 17:17, Roger Moore wrote: > Thanks Brent. I had found similar discussions but not on that message list. > > After reading that though, and from the other thin

RE: unable to access Jenkins in Firefox and Chrome after latest browser updates because of "weak ephemeral Diffie-Hellman public key"

2015-10-28 Thread Roger Moore
Thank for the reply, Daniel. I am using the default installation/configuration of Jenkins which I understand is Jetty. But I have configured it to use https on a port that our IT department requires me to use. And, we are running on CentOS 7. Therefore, the command that runs is (some info mod

Re: unable to access Jenkins in Firefox and Chrome after latest browser updates because of "weak ephemeral Diffie-Hellman public key"

2015-10-28 Thread Daniel Beck
Could you file an improvement against the 'winstone' component in our issue tracker? https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue On 28.10.2015, at 17:50, Roger Moore wrote: > Thank for the reply, Daniel. > > I am using the default installation/configuration of Jenkins

Looking for Jenkins plugin to track test case failures per build

2015-10-28 Thread Victor Martinez
Off the top of my head, you can use The claim plugin, it is more about claiming broken builds: - https://wiki.jenkins-ci.org/display/JENKINS/Claim+plugin I believe there is already another plugin regarding your request or similar one but I don't remember its name :( I hope it helps -- You rec

Re: unable to access Jenkins in Firefox and Chrome after latest browser updates because of "weak ephemeral Diffie-Hellman public key"

2015-10-28 Thread wakelt
We ran into this with issue with a different server application that was using SSL/TLS. Chances are you need to update the server to stop advertising weak diffie-hellman ciphers. The last firefox/chrome browsers will see those ciphers and believe their is a client attack on the horizon. So, the

builds removed in multi-configuration job

2015-10-28 Thread Douglas Moore
One of our multi-configure jobs several of "keep forever builds" are gone. The top level job shows the history but both of the configurations are missing the actual builds. ex. top level 3.0-release has history for builds 4,5 - 46 but the configuration jobs history only as builds 5,46,48,49.

Jenkins 2.0 Proposal: Pipeline as code front and center

2015-10-28 Thread R. Tyler Croy
I've posted this to the blog which I'm very excited about but is also relevant to this list: Please see for comments/votes/etc - R. Tyler Croy --

RE: unable to access Jenkins in Firefox and Chrome after latest browser updates because of "weak ephemeral Diffie-Hellman public key"

2015-10-28 Thread Roger Moore
The deed is done. It was my first submission, so please let me know if I screwed it up... https://issues.jenkins-ci.org/browse/JENKINS-31242 -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: Wednesday, Octo

Re: Jenkins 2.0 Proposal: Pipeline as code front and center

2015-10-28 Thread Slide
Honestly, I'm kind of getting tired of hearing about how workflow will solve all of my problems and cancer. I'm glad that people like it, but honestly, for a new user of Jenkins, workflow is so overkill. It's great having an option for people who are build engineers and whatnot, but please don't ov

RE: Jenkins 2.0 Proposal: Pipeline as code front and center

2015-10-28 Thread Ginga, Dick
I’ll add some support to Slide’s comments below. I don’t want to be a Groovy expert programmer to get builds and continuous integration working. I personally like (as in very much like) the Build Flow plugin. It is just enough functionality with just enough programming access to some underlying

Re: Jenkins 2.0 Proposal: Pipeline as code front and center

2015-10-28 Thread Stephen Connolly
My view is that there are three paths people will follow in using Jenkins: * the traditional path will predominantly use freestyle jobs as the engine of work * the modern path will predominantly use s/literate/new name/ jobs as the engine of work * the gradle-fanboys will predominantly use s/workf

Sudo Power To a Jenkins Job

2015-10-28 Thread GBANE FETIGUE
Hey guys Is anybody knows how to set sudo power to command on jenkins job. because I am having this command and I can run that on jenkins without sudo I am having permission issues sudo s3cmd -c /root/.s3cfg get s3://snapav-code/cs-system-status/cs-system-status-7ab76c7ec22af26fa3605d55750b605

Re: Workflow question - children jobs as steps?

2015-10-28 Thread James Nord
> > I'm working on migrating an existing build setup with a number of > individual "component" builds that both can run individually and run as > part of a "full" build > Urgh non-linear history :-( if you separate out the logic of the individual job into a re-usable flow script that can tak

Re: Jenkins 2.0 Proposal: Pipeline as code front and center

2015-10-28 Thread R. Tyler Croy
(replies inline) On Wed, 28 Oct 2015, Slide wrote: > Honestly, I'm kind of getting tired of hearing about how workflow will > solve all of my problems and cancer. I'm glad that people like it, but > honestly, for a new user of Jenkins, workflow is so overkill. It's great > having an option for pe

Re: Looking for Jenkins plugin to track test case failures per build

2015-10-28 Thread Victor Martinez
Here it is: - https://wiki.jenkins-ci.org/display/JENKINS/Attention-plugin Even though it hasn't been released officially yet (https://groups.google.com/forum/#!searchin/jenkinsci-dev/CLAIM|sort:date/jenkinsci-dev/bMXeWrOyEN4/25lYZ9cZCQAJ), but you can use it since it's in the update center an

SoapUI test not working in jenkins

2015-10-28 Thread Eric Yang
Hi there, My soapUI works locally, but after I setup jenkins job to run it, I got some exceptions, any one encountered this kind of issue? 1. 2015-10-28 18:56:22,486 ERROR [errorlog] java.lang.IllegalArgumentException: No matching field found: getDefaultFolder for class java.lang.String java.la

Re: Looking for Jenkins plugin to track test case failures per build

2015-10-28 Thread john
Thanks, I'll look into it. On Tuesday, October 27, 2015 at 8:52:34 PM UTC-4, john wrote: > > Hi, > > I want to know if there is a Jenkins plugin that is available that > provides some sort of tracking for test case failures per build. > For example, when a user goes to the plugin, they will see a

Re: how to stop the "no changes" mail in e-mail notification

2015-10-28 Thread gembali srinu
please suggest me, there is any scripting or parameter to stop the build from occurring when there are no changes. -- 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 an email