Re: Customizing behavior of "Wipe out current workspace"

2014-01-14 Thread Baptiste Mathus
Hi, I doubt it's currently possible, though I didn't check the plugin option. I guess you'all have to propose a look-request for that evolution. Cheers Le 14 janv. 2014 23:31, "Craig Rodrigues" a écrit : > Hi, > > Is it possible to customize the behavior of "wipe out current worksptace"? > > > I

Re: Full build history via JSON API

2014-01-14 Thread Waky
Hi, Thanks, I was a bit guessing I need to use the plugin. I need to look if I have time to dig out the place to change to provide JSON API to main Jenkins, as definitely there is existing functionality on UI level to provide the information. -Kalle tiistai, 14. tammikuuta 2014 17.16.13 UTC+2

RE: EXTERNAL: Clearcase integration with Jenkins to schedule jobs

2014-01-14 Thread Palanilkunnathil Melemuriyil, Vinod P
Thanks a lot Jeff for your valuable guidance. Thank You From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ng, Jeff Sent: Wednesday, January 15, 2014 2:53 AM To: jenkinsci-users@googlegroups.com Subject: RE: EXTERNAL: Clearcase integration with Jenkins

Re: Looking for solution on Jenkins Email Plugin feature

2014-01-14 Thread Slide
You can use the substText which is passed to Matcher.appendReplacement [1], you can see how to use that in the Javadoc. You can use $0 through $9 to be the matched groups. slide 1 - http://docs.oracle.com/javase/6/docs/api/java/util/regex/Matcher.html#appendReplacement(java.lang.StringBuffer, jav

Looking for solution on Jenkins Email Plugin feature

2014-01-14 Thread devanand
Hi, I have this value configured to send out email, Under editable email configuration section of the JOB. ${BUILD_LOG_REGEX,regex="(?=.*?Environment)(?=.*?Total)(E.*?\\))",showTruncatedLines=false} As i result of this LINE i am getting this value as part of my Email. *[java] Environment: A

Re: The apache http client post request fails on jenkins swarm slave

2014-01-14 Thread Mark Waite
I've sent it to you directly so that I don't waste list bandwidth sending it to everyone. Let me know if it helps (or not). Thanks, Mark Waite On Tue, Jan 14, 2014 at 4:50 PM, Shoujin Wang wrote: > Thanks Mark! > Please send me your jar and let me give it a try. Thanks so much for the > help!

Re: The apache http client post request fails on jenkins swarm slave

2014-01-14 Thread Shoujin Wang
Thanks Mark! Please send me your jar and let me give it a try. Thanks so much for the help! Regards, Autumn Wang On Tue, Jan 14, 2014 at 3:06 PM, Mark Waite wrote: > I'm not sure if your swam slave related failure is the same as mine, but > mine was similar to the problem described in: > > htt

Re: The apache http client post request fails on jenkins swarm slave

2014-01-14 Thread Mark Waite
I'm not sure if your swam slave related failure is the same as mine, but mine was similar to the problem described in: https://issues.jenkins-ci.org/browse/JENKINS-21155 There was an incompatibility between one or more components on the server and the needed components in the slave jar file. I s

Re: git plugin: get a list of changed file names?

2014-01-14 Thread Mark Waite
If you're willing to call the REST API, I think the SHA1 of each of the jobs is available from the REST API. For my job "git-client-plugin", I queried with: http://localhost:8080/job/git-client-plugin/api/xml?depth=1 and saw that each build included the SHA1 for that build. You could then use t

Customizing behavior of "Wipe out current workspace"

2014-01-14 Thread Craig Rodrigues
Hi, Is it possible to customize the behavior of "wipe out current worksptace"? I have a build under FreeBSD which sets the "noschg" flag on certain binaries, so even as root you cannot do "rm -fr" on the workspace to delete things unless you do "chflags -R schg *" on the workspace. -- Craig -

Re: A way to get rid of useless local workspace?

2014-01-14 Thread Daniel Beck
If there's a workspace for these jobs on Jenkins master, but they're running on slaves nodes due to a label expression in the job configuration, you should be able to just delete the workspace on the Jenkins master. It's probably left over from when the job was still running on the master. On 1

git plugin: get a list of changed file names?

2014-01-14 Thread Sam Lee
Hello, I have a build set up to use git plugin. The build is paramatized to take any git revision (commit, branch, ..etc). During the build, I need to get a list of changed files since last build. I could do this if the current build is on the same branch of git by looking at GIT_COMMIT and GIT_P

RE: EXTERNAL: Clearcase integration with Jenkins to schedule jobs

2014-01-14 Thread Ng, Jeff
I have one of my UCM projects setup to do exactly what you are requesting. Whenever a dev completes a delivery to the project integration stream, a "postop deliver_complete" trigger kicks off a build job using a URL (trigger builds remotely). Here's what you'll need: 1. Configure your Jenkin

Re: Problems adding jobs using Radiator View plugin

2014-01-14 Thread Maureen Barger
Good to know. Thank you! On Tue, Jan 14, 2014 at 2:56 PM, David Resnick wrote: > I'm sorry to say that the problem is in Jenkins core, version 1.532.1. The > bug is JENKINS-20415. This is fixed in the next (unreleased) LTS version > 1.532.2. I added a compatibility section to the wiki describing

Re: Problems adding jobs using Radiator View plugin

2014-01-14 Thread David Resnick
I'm sorry to say that the problem is in Jenkins core, version 1.532.1. The bug is JENKINS-20415. This is fixed in the next (unreleased) LTS version 1.532.2. I added a compatibility section to the wiki describing this problem as well. - David On Tuesday, January 14, 2014 12:58:09 PM UTC+2, MoBa

libpam4j problem under FreeBSD 10

2014-01-14 Thread Craig Rodrigues
Hi, I installed jenkins-1.545, under FreeBSD-10.0RC5. For this installation, I enabled a feature which I don't normally use. In the configuration setup, I enabled security, and used Unix security. This uses the PAM plugin for Jenkins. I enabled "Matrix security", and created one user "jenkins"

Re: Multiple SCM Plugin: commit trigger notify upon change, but do Jenkins should not update sources?

2014-01-14 Thread Craig Rodrigues
On Mon, Jan 13, 2014 at 4:35 PM, Mark Waite wrote: If your git server is allowed to use "curl" to read a URL on your Jenkins > server, then you can use a git commit hook to notify the top level project > on any submission to all of the repos you listed. Each repo would have a > hook to the same U

External Scheduler plugin questions

2014-01-14 Thread Wright, Clark
Started looking at the external scheduler plugin as a way to help solve a few issues we have. https://wiki.jenkins-ci.org/display/JENKINS/External+scheduler+plugin We are particularly interested in the ability to use groovy scripting. Downloaded it, installed it. On the Jenkins main configurat

ChromeDriver and Slave

2014-01-14 Thread Ci-Ci Thomson
Jenkins ver 1.546 -- I successfully created and connected to a Jenkins Slave; however, after it connected it tried to instantiate the ChromeDriver and failed: [] SSHChecking java version of java [] SSH

Re: email not sent by jenkins

2014-01-14 Thread Slide
Please enable debug mode in the global configuration. Also, check your spam folder, if there is no error displayed, then the email is being sent correctly to the mailserver. On Wed, Jan 8, 2014 at 11:35 AM, pras.sawant wrote: > Hi > I am using jenkins-core-1.541 on Ubuntu with email-ext v 2.36.

email not sent by jenkins

2014-01-14 Thread pras.sawant
Hi I am using jenkins-core-1.541 on Ubuntu with email-ext v 2.36. facing some strange issue , when I am sending using "Test configuration by sending test e-mail" it's successful , but when I run job I get following message but no mail Sonar analysis completed: SUCCESS Email was triggered for: Alwa

Re: Intermediate state until async notification

2014-01-14 Thread bvamos
Federico, Have you managed this task? Balazs -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Intermediate-state-until-async-notification-tp2252586p4686557.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message because you ar

Log parser plugin output viewable on dashboard top level ?

2014-01-14 Thread andy marr
Is there a way to get the errors and warnings numbers from the log parser plugin to be display on the top level dashboard for a job ? Regards Andy -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivi

Re: Full build history via JSON API

2014-01-14 Thread Frédéric Camblor
Hi Kalle, I'm the creator of Global build stats plugin, and I can tell you it should fit your needs either with the JSON API or the Global build search screen Note that even if you "di

browser

2014-01-14 Thread Brosh, Yossi
Hi to all, I am looking for a way to bowering file in Jenkins job. Like the explorer in Windows. The selected file will be a parameter . BR Yossi -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivin

no plugins available?

2014-01-14 Thread tom-e
Hello The 'available' tab for plugins is saying, "No updates" in 1.544. When I push the "check now" button on tab "advanced" nothing happend, it still says "Update information obtained: 14 days ago"! Kind regards, tom -- You received this message because you are subscribed to the Google Gro

Multiconfig and log parser

2014-01-14 Thread fabian
Hello I have a multiconfig project where I run an additional code checker after compiling. The output from this tool is saved in a file. The problem is now that the parser needs a file path where I can't use the config variable. So it's not possible to use path\to\%CONFIG%_file.log or %CONFI

Full build history via JSON API

2014-01-14 Thread Waky
Hi, You can access the full build history via expand link on the bottom left of the job view. However I have not been able to find a URL that provides the full job history data, using: /api/json?tree=builds[number,timestamp,actions[failCount,skipCount,totalCount]] I will get the latest build i

A way to get rid of useless local workspace?

2014-01-14 Thread Gilles Kacki
>From my jenkins server, builds are triggered with Ant remotely on building machines. I inserted a "Build Trigger" with "Poll SCM" to listen to changes in my SVN repository, But as all my builds are run remotely i do not need a checkout of my repo locally on my jenkins server. How can i

Problems adding jobs using Radiator View plugin

2014-01-14 Thread Maureen Barger
Running Jenkins under Centos 6 x64 Oracle jvm 1.6 Jenkins 1.5.32.1 When I try to add a job to a view, it does not get saved. Throws this error: Jan 14, 2014 5:46:46 AM hudson.ExpressionFactory2$JexlExpression evaluate WARNING: Caught exception evaluating: it.contains(job) in /jenkins/view/Feedba

Re: jshint_cli command failing in Jenkins

2014-01-14 Thread Simona Avornicesei
Hi Daniel, It works if using CALL jshint --verbose --reporter=checkstyle ./MyProject/app 1> checkstyle-jshint.xml && exit 0 You really put me on the right track! It never crossed my mind that jshint errors if it finds violations. Thanks! -- You received this message because you are subscribe

Re: Run sequential jobs on SCM change in jenkins

2014-01-14 Thread Tushanka hak
No they are not using same URL's. I have a masterjob which contains job1 job2 job3 job4..All these jobs have separate SCM URL's ..When I click run on masterjob ..it should trigger only those jobs which have SCM changes.. so its when masterjob triggers job1 only if it has SCM changes,and then if job

Re: Run sequential jobs on SCM change in jenkins

2014-01-14 Thread Tushanka hak
Thanks for your reply. I tried with buildflow plugin where we define DSL i.e we can define jobs in sequential way but there i am not able to define SCM changes ..Please let me know if i am missing something. I have a masterjob which contains job1 job2 job3 job4..All these jobs have separate SCM URL

Re: Clearcase integration with Jenkins to schedule jobs

2014-01-14 Thread jes Struck
Please have a look at https://wiki.jenkins-ci.org/display/JENKINS/ClearCase+UCM+Plugin which where designed for exactly your work-flow. This supports both poll when putting code to the integration stream but also if you create a baseline on you dev. stream you could poll that configuration and if

Re: jshint_cli command failing in Jenkins

2014-01-14 Thread Daniel Beck
By convention, an exit code that is not 0 is considered an error. jshint uses this to indicate that not all files passed. Try adding an 'echo.' after the jshint call. IIRC the Batch step only needs the last command to succeed to not fail the build. On 14.01.2014, at 08:58, Simona Avornicesei w