Shell commands

2015-09-09 Thread thilinam
hi Is there any plugin or way to execute shell commands in a separate terminal ? Thanks. -- 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+un

Jenkins slowdown when there are many jobs in the queue

2015-09-09 Thread snaftaly
Hi, I have a jenkins build flow job, which creates ~200 downstream jobs and runs them in parallel. The downstream jobs are all different builds of the same job, with different parameters. I use the throttle concurrent builds option on the downstream job, to limit the number of builds that run i

Workflow : how to send a basic "build failed" mail

2015-09-09 Thread Francois Marot
Hello all ! I'm playing with Jenkins Workflow and am wondering how I can send a basic mail telling the team the build has failed. What I would really like is something like the "email notification" step with option "Send e-mail for every unstable build" in the classic jobs. Please detail if this

Cannot autoinstall jdk 8 on my Jenkins, don't know JDK ID. Please help!

2015-09-09 Thread Viktorija Dzedzej
Using strategy: Default Last Built Revision: Revision d37b1d8bfb810c37bab726ff1f1b733b407b (origin/master) Installing JDK Java SE Development Kit 8u60 java.io.IOException: JDK data is empty. at hudson.tools.JDKInstaller.locate(JDKInstaller.java:418) at hudson.tools.JDKInstal

Re: Workflow : how to send a basic "build failed" mail

2015-09-09 Thread Victor Martinez
Hi, Have you tried something like? node { sh 'might fail' mail (to: 'admin@somewhere', subject: "Job '${env.JOB_NAME}' (${env.BUILD_NUMBER}) failed!", body: "Your job failed, please review it ${env.BUILD_URL}."); } Cheers On Wednesday, 9 September 2015 11:24:18

Re: Cannot autoinstall jdk 8 on my Jenkins, don't know JDK ID. Please help!

2015-09-09 Thread Victor Martinez
Have you tried to upgrade your Jenkins version? It seems there were some tickets (which they are already solved): - https://issues.jenkins-ci.org/browse/JENKINS-22401 - https://issues.jenkins-ci.org/browse/JENKINS-22347 Have you configured your global settings and configure the JDK installation

Jenkins as Windows service on windows 2012 Reverse Proxy issue???

2015-09-09 Thread angel . williams
I set it up no problem java installed and have IIS on the system if needed. RIght now the only way to access the server is the Http://serverip:8080 I want to access it via the http://serverIP/Jenkins How can I set this up without getting Reverse Proxy issues and so others can actually access

Jenkins and Git Error Returned Status Code 128:

2015-09-09 Thread angel . williams
How do I allow jenkins to access GIT source from the VSOnline GIT source? https://company.visualstudio.com/DefaultCollection/_git/company Failed to connect to repository : Command "C:\Program Files\Git\bin\git.exe -c core.askpass=true ls-remote -h 'https://company.visualstudio.com/DefaultCollec

Re: Jenkins and Git Error Returned Status Code 128:

2015-09-09 Thread Mark Waite
Some of the things you can test to see if any of them help: 1. Use a command line git version that is new enough to support credentials (1.8 or newer is enough, 1.7.10 is also reported to work) 2. Confirm you can clone your repository using command line git and the specific URL, userna

Re: Simple Plugin Theme Store

2015-09-09 Thread Baptiste Mathus
Hi, great idea. BUT I think you should really have a look at the work being done mostly by Gus Reiber. I suppose that might impact that kind of plugins, so I think it's better to sync with him. If you want to have a glimpse into what it could look like, look for the Jenkins office hours recording