Re: Jenkins 2.0 alpha release available

2016-03-08 Thread as_kumlali via Jenkins Users
I am also behind proxy and having the same problem. The blank popup is still visible after even minutes. Adding HTTP_PROXY, HTTPS_PROXY, NO_PROXY, http_proxy, https_proxy and no_proxy to catalina.bat do not work. I am going to check with security team whether there is something blocked. When I

Re: Base Clearcase issues

2016-03-08 Thread Tilakraj Moger
Hi All, i have problem using clearcase plugin, i am getting below problem *Building in workspace C:\Users\\jobs\Testing_Build\workspace* *[WARNING] config spec is empty!* *[WARNING] load rules are empty!* *[] $ cleartool lsview -cview -s* *[INFO] computeChangeLogBeforeCheckout = false* *[INFO] com

Re: Conditional Step Regular Expression Match

2016-03-08 Thread Eric Pyle
I believe the * following the closing parentheses means "zero or more occurrences of", and in this case applies to the contents of the parentheses. So it's matching on zero occurrences. You probably want ").*" Eric On 3/1/2016 9:20 AM, Eric Fetzer wrote: Thanks for the reply Eric! Sorry, the

Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-08 Thread 'Voll AufMühlen' via Jenkins Users
Hi there, my Configuration : Jenkins Master (Ubuntu 14.04 LTS 64bit) it's 3 days now that i have searched the whole internet, but couldn't find an answer to my problem. The Problem. I have several Linux slaves that are connecting with jenkins master without a problem. And I have one Windows 20

Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-08 Thread 'Voll AufMühlen' via Jenkins Users
Hi there, hope that you can help me out :) my Configuration :* Jenkins Master, Version: 1.651 (Ubuntu 14.04 LTS 64bit)* *Launching via: JNLP* *Java Version: 1.80_65Windows Slave Plugin: 1.1* it's 3 days now that i have searched the whole internet, but couldn't find an answer to

Re: How to add new users via command line with Hudson ?

2016-03-08 Thread Baptiste Mathus
+1 with Slide. Beware that Hudson!=Jenkins. With Jenkins, you could use groovy ran from CLI. See example (untested) here: http://rcarrillocruz.com/create-jenkins-user-command-line-jenkins-cli-groovy/ -- Baptiste Le 7 mars 2016 7:39 PM, "Slide" a écrit : > The two projects have diverged signific

Re: Is it possible to monitor how much memory each job uses?

2016-03-08 Thread Baptiste Mathus
Hi, That will likely not be a pure Jenkins question, but heavily depending on what job it is. If you give more details about your jobs, that'll be easier to help you. Do they run on dedicated nodes? Sure everything run in master?... Le 7 mars 2016 8:04 PM, "Daniel Anechitoaie" a écrit : > Hi, >

Re: Is it possible to monitor how much memory each job uses?

2016-03-08 Thread Daniel Anechitoaie
Everything is run on the master. And each job has multiple parts: - Git clone - Bash step that spawns some gulp processes/tasks - Native Jenkins java plugin that minifies css (using YUICompressor), js (using Google Closure Compiler), spawns a SASS/Compass process, zips some files - Send mail plug

Re: Regarding information on REST API of Jenkins

2016-03-08 Thread Rohit Sakala
Hey, Thanks for the reply. The graph is an image. I really didn't find any csv files. Could you please tell me in detail where are these csv files ? . Also the link you specified has no csv files and no data related to graph. Could you please explain me a bit detail. I am new to this.

Re: Sending a job to 1200+ slaves.

2016-03-08 Thread fishprovo
What requirements would we need to have on the master? -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Sending-a-job-to-1200-slaves-tp4798049p4798158.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you are subsc

Re: Only 1 Windows Slave is allowed by Jenkins?? Unexpected error in launching a slave

2016-03-08 Thread jpd4nt
Hi. Rough guess it network issue, ie jenkins is not listening on port 58844 due to firewall or some issue. Not used the windows slave plugin as I use ec2 plugin but that uses the same slave-agent.jnlp. Use telnet to see if the socket is open from the windows box back to the jenkins master. O

Re: jenkins on debian 8 jessie

2016-03-08 Thread Nicholas Geovanis
Indeed. It turned out that previous invocations of jenkins were running, reparented to PID 1. Killed them and jenkins started-up fine. ThanksNick Geo On Saturday, March 5, 2016 at 10:44:48 PM UTC-6, Vivek wrote: > > Looks like something else is already running in port 8080. You need to > sto

Re: Base Clearcase issues

2016-03-08 Thread Vincent Latombe
Please create a new thread instead of replying to an existing one. Vincent 2016-03-08 13:34 GMT+01:00 Tilakraj Moger : > Hi All, > > i have problem using clearcase plugin, i am getting below problem > *Building in workspace C:\Users\\jobs\Testing_Build\workspace* > *[WARNING] config spec is empt

Publishing to MediaWiki

2016-03-08 Thread Peter Berghold
Has anybody figured out a way to publish content to MediaWiki from Jenkins? I have a bunch of projects that have Markdown format documentation that I'd like to publish to our wiki either at the end of the steps of a build or as a post build step. -- You received this message because you are subs

Re: Jenkins Remoting Agent - Expired Certificate

2016-03-08 Thread Prashant Sawant
Hi There , I am facing same issue ... my slave,jar and remoting.jar are both on 2.52 , still it's giving me security issue can you please advice Thanks Prashant On Wednesday, July 22, 2015 at 7:33:06 PM UTC+1, Kohsuke Kawaguchi wrote: > > Yes, my code signing certificate expired. > > Up until

Re: Jenkins Remoting Agent - Expired Certificate

2016-03-08 Thread Prashant Sawant
Jenkins master is hosted on Windows server 2012 and I am trying installing slave on separate Windows Server 2012 On Tuesday, March 8, 2016 at 6:21:26 PM UTC, Prashant Sawant wrote: > > Hi There , > I am facing same issue ... my slave,jar and remoting.jar are both on 2.52 > , still it's giving m

Re: Conditional Step Regular Expression Match

2016-03-08 Thread Gmail Account
Yep, that works, thanks! > On Mar 1, 2016, at 9:53 AM, Eric Pyle wrote: > > I believe the * following the closing parentheses means "zero or more > occurrences of", and in this case applies to the contents of the parentheses. > So it's matching on zero occurrences. You probably want ").*" > >

Jobs created via CLI fail to get started by a timer trigger

2016-03-08 Thread 'Chris' via Jenkins Users
Hello! So we have the following setup: 1) We have a view that contains several job templates, i.e. jobs that are preconfigured with placeholders like '%application_x_version%'. 2) We have a Java application that reads the concrete parameters from an excel sheet, downloads the job template's con

Re: Jenkins Remoting Agent - Expired Certificate

2016-03-08 Thread Daniel Beck
On 08.03.2016, at 19:21, Prashant Sawant wrote: > I am facing same issue ... my slave,jar and remoting.jar are both on 2.52 , > still it's giving me security issue Time to update Jenkins. Even the no longer supported 1.625.x LTS release line is on 2.53.2. -- You received this message becaus

Plugin micro site

2016-03-08 Thread Thorsten Scherler
Hi all, let me introduce myself and the reason why I am writing to this list. I am Thorsten Scherler a long time user of Jenkins/Hudson at work and at Apache where I am still VP of Cocoon. I have a long record of java programming but since 2 years I am doing exclusively node.js/react.js projec

Re: Plugin micro site

2016-03-08 Thread Kohsuke Kawaguchi
This looks great. I have a few questions: - What does the "All" button do? It doesn't do anything for me. - Categories on the left --- is it related to Wiki labels? Probably not. - What does the '+' mark in the card mean? - Cards render HTML as plain text. For example, search for "PMD"

Re: Plugin micro site

2016-03-08 Thread Thorsten Scherler
Hello Kohsuke, thank you for your quick reply. :) I uploaded a video, that explains the whole site a bit more, but a written summary may be better since I did not want to wake the family. https://youtu.be/YI5UI0fbhGY On Wednesday, March 9, 2016 at 12:40:35 AM UTC+1, Kohsuke Kawaguchi wrote: >

Re: metrics support? # of failures/successful builds

2016-03-08 Thread 'Renuka Radhakrishnan' via Jenkins Users
Hi, I am using this plugin to get the success% of my jobs. But it does that for the entire period. Is there a way to get the results for a specific timeline ? For example, I want to know how we did last week. Thanks, Renuka. On Tuesday, March 29, 2011 at 1:02:04 AM UTC-7, mambu wrote: > > Forg

Email Network is unreachable: connect

2016-03-08 Thread zhangkm
Hi all, when I used the jenkins to send email , some problems happend, as picture shows. I have deployed redmine and other project management system on the server, they can send email successful. The configuration o

Have job set ball additional ball color

2016-03-08 Thread Matt Childress
We use Jenkins CI along with two Python scripts AutoPkg/Aamporter and Munki to manage macintoshes (Jenkins controls 5x daily runs of AutoPkg and Aamporter which check for 3rd party software updates and import them into the munki software repository) Most of the time the jobs are successful and

Re: Jenkins 2.0 alpha release available

2016-03-08 Thread as_kumlali via Jenkins Users
Our security team confirmed that; - my requests do not pass through proxy server although I use HTTP_PROXY, HTTPS_PROXY and so. - my computer try to access following IPs which are blocked by our firewall: - 199.193.196.24 (Domain name is 199-193-196-24.contegix.com) - 216.5