Perl scrip not workling in Execute Windows Batch Command

2015-02-12 Thread Raghavendra Pise
Hi, I am configuring a job in Windows for java project. When I trigger a job in Jenkins its throwing an error. *'Cant open Perl script; No file or directory'* The same command is working in windows command prompt but its not working in Jenkins. C:\Program Files\Jenkins\workspace\1114 Minor

Re: [workflow plugin] how to block multiple execution?

2015-02-12 Thread Ryan Campbell
A workflow stage can limit concurrency: stage name: perf, concurrency: 1 On Thu, Feb 12, 2015, 1:07 PM Stefan Lorenz wrote: > "Throttle Concurrent Builds" plugin seems also not be available for a > workflow. Is this intended? > > Am Mittwoch, 11. Februar 2015 16:31:44 UTC+1 schrieb Stefan Lore

Re: Disabling/enabling parameters basing on value from the other parameter

2015-02-12 Thread Ioannis Moutsatsos
W, I have been able to generate the required behavior using the 'uno-choice' plugin Please, download this plugin from the BioUno Developers forum, since we have not yet released it to Jenkins You can get the latest version in this

Re: Generating parallel flow with Build Flow Plugin

2015-02-12 Thread Derek Goss
I can't upvote this enough, this does the trick. I was stuck for a while on building jobs in parallel based on a dynamically-populated job list. Nice work. On Monday, February 17, 2014 at 2:13:35 PM UTC-8, Stuart Rowe wrote: > > Hi Rodrigo, > > BuildFlow's parallel function takes a list or map

High level difference between workflow plugin and dsl plugin?

2015-02-12 Thread David Karr
As part of a high-level presentation on Groovy that I'm giving to my organization, I was looking for a short statement that explains the difference between the workflow plugin and the dsl plugin, and the relationships they have with each other. Could someone give me a short statement covering

Re: Git polling fails with authentication errors sometimes

2015-02-12 Thread Mark Waite
You might be able to test the theory by creating a multi-scm job which uses 10 or 20 authenticated git repositories, then run that job multiple times. If it fails, then it is probably the file delete condition we're theorizing might be there. If it does not fail, then it is likely something else.

Re: Git polling fails with authentication errors sometimes

2015-02-12 Thread Dave
I was kinda thinking that, any suggestions on how I could debug this? Or does someone know where the numbered credential file is named? If it is based on a timestamp and the SCM plug-in checks both repos with the same credential file, I could see how that could be a problem if one deletes it an

Jenkins Javadoc plugin - How to update java source path to generate the javadoc

2015-02-12 Thread Jay
Hi Im using jenkins javadoc plugin version 1.1. When i add javadoc:javadoc for a jar project it worked perfectly fine. The same is not generating any doc for a war project for which the java source path is different. Could any one let me know how to change the java source path in javadoc plugin.

Getting Repositories touched by a commit

2015-02-12 Thread Jarvis
Using the Jenkins Git plugin is it possible to get all the repositories touched by a commit? When using the Jenkins API to get the information on a build, it has a list of commits (in changeSet) and each item has a commit hash, the files touched and other information, but it doesn't say what rep

Re: reading DSL script from file for BUILD FLOW PLUGIN

2015-02-12 Thread Muhammad Faizan-Ul-Haq
Ahan, I am going to look into workflow plugin after upgrading my jenkins to latest version Thanks for answering guys. Regards, On Wednesday, February 11, 2015 at 5:11:28 PM UTC+1, Muhammad Faizan-Ul-Haq wrote: > > Hi, > > I have started using BUILD FLOW PLUGIN for job orchestration. > Now t

Re: [workflow plugin] how to block multiple execution?

2015-02-12 Thread Stefan Lorenz
"Throttle Concurrent Builds" plugin seems also not be available for a workflow. Is this intended? Am Mittwoch, 11. Februar 2015 16:31:44 UTC+1 schrieb Stefan Lorenz: > > Hi, > > how can one prevent a workflow job from getting started if it's already > running? > I tried the "build blocker plugi

Re: Help needed with MsBuild plugin

2015-02-12 Thread 'Cyril Besse' via Jenkins Users
Hi, Try in removing "/p:useenv=true" from MSBuild command line. I had the same problem, and I lost 2 hours to understand see link: http://msdn.developer-works.com/article/11302946/problem+with++useenv+in+visual+studio+2010+professional Regard Cyril -- You received this message because you are

Re: Help needed with MsBuild plugin

2015-02-12 Thread 'Cyril Besse' via Jenkins Users
Hi, Try in removing "/p:useenv=true" from MSBuild command line. I had the same problem, and I lost 2 hours to understand Regard Cyril Le mercredi 4 septembre 2013 13:28:10 UTC+2, David Aldrich a écrit : > > Hi > > > > I have used Jenkins for a long time but am now using the MSBuild plugin >

Need Java developer @phoenix,AZ

2015-02-12 Thread recruiter nara
Hi Folks... Please share the profiles with ash...@virtuouspros.com/602-399-7159. *Title: Java/J2EE DeveloperLocation: Phoenix, AZDuration : 6 months* JD: : Experience in designing complex Java applications with exposure to user interface, real-time services and batch processing. Experience in

Re: Status of JGit...does it work as good or better than the command line yet?

2015-02-12 Thread Mark Waite
The command line implementation is the reference standard for git plugin functionality. JGit is sufficient for many use cases, but is not sufficient for all use cases. The unit tests provide a summary of many of the areas where the JGit implementation is not yet complete. Look for @NotImplemen

Re: Run multiple downstream jobs in parallel

2015-02-12 Thread Jordan Spiker
Try the multijob plugin. On Thursday, February 12, 2015 at 12:11:09 AM UTC-6, Maneesh M P wrote: > > Hello, > > I have a build pipeline where a job has two down stream jobs connected. > Currently downstream jobs get triggered through parameterized plugin. The > problem I am facing is, paramet

Re: reading DSL script from file for BUILD FLOW PLUGIN

2015-02-12 Thread Les Mikesell
On Thu, Feb 12, 2015 at 6:35 AM, Baptiste Mathus wrote: > Why would you be sad? I know more the workflow plugin than the build flow, > but seems to me you should be able to do the same things as easily with the > workflow plugin, but it's just designed to be able to do much much more. > With the w

Re: Git polling fails with authentication errors sometimes

2015-02-12 Thread Mark Waite
The message indicates that a file which the plugin expects to be on the file system is not there. That stack trace might hint that there is a race condition in the multiple SCM plugin / git plugin interaction. I don't know if the file is missing because the git plugin performed some cleanup, or

Re: Git polling fails with authentication errors sometimes

2015-02-12 Thread Dave
I should add I'm using Jenkins 1.554.2, Git client plug-in 1.16.1 and Git plug-in 2.2.12. It seems like this used to work, but I'm not sure what version of each plug-in I had. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fro

Git polling fails with authentication errors sometimes

2015-02-12 Thread Dave
I get this result from polling sometimes. This is a multiple SCMs configuration. I don't believe I see this with single SCM setups. I see that it cannot find the temporary credential path, but how is that even supposed to be created? Started on Feb 12, 2015 9:26:36 AM Polling SCM changes on

[workflow-plugin] archive hidden files and folders

2015-02-12 Thread Christoph Vogtländer
Hi, is it possible to archive hidden folders (.svn in my case) using the "archive" (or similar) step? The ArtifactArchiver (which I believe the archive step is based on) has a method "boolean defaultExcludes()" but the interface is not available in the archive step. I also tried step([$cla

RE: reading DSL script from file for BUILD FLOW PLUGIN

2015-02-12 Thread Ginga, Dick
I know that this thread is wandering but I too and a little worried about the Build Flow plugin being replaced. I hope that I can just drop my Build Flow statements into a workflow step and they will run unaltered. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]

Re: [workflow-plugin] Unable to get NODE_NAME variable during the build

2015-02-12 Thread Slide
See https://issues.jenkins-ci.org/browse/JENKINS-19222 On Thu Feb 12 2015 at 5:24:05 AM Arek Skalski wrote: > I do have: > > Environment Injector Plugin > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group a

Re: reading DSL script from file for BUILD FLOW PLUGIN

2015-02-12 Thread Baptiste Mathus
Why would you be sad? I know more the workflow plugin than the build flow, but seems to me you should be able to do the same things as easily with the workflow plugin, but it's just designed to be able to do much much more. With the workflow plugin you can also trigger another build. I'm actually p

Re: [workflow-plugin] Unable to get NODE_NAME variable during the build

2015-02-12 Thread Arek Skalski
I do have: Environment Injector Plugin -- 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 o

RE: old war file deploying

2015-02-12 Thread Rob Mandeville
Nope, nobody here can help you. We’ve got nothing to go on :*) What sort of a job are you running? May we see some logs? How does it choose which WAR file to deploy, and even where are they coming from? Why are you expecting a newer WAR file than Jenkins is giving you? With some more inform

[workflow-plugin] Is it possible to get an output produced by a `bat` command?

2015-02-12 Thread Andrey Botalov
I have a command that produces some output. Let's say, it's: bat "rake some_task" I'd like to set some variable to an output produced by that `rake` command. Is it possible to do? I tried to use ProcessBuilder but it results in a much larger amount of code. Thank you! -- You received this m

old war file deploying

2015-02-12 Thread nagashree ck
Hi Friends, old war files getting deploying through jenkins. can anybody help me. Thanks in Advance -- 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 jenkinsc

Re: How to Create a build for Server URL

2015-02-12 Thread Richard Bywater
If you are dealing with a single file then https://wiki.jenkins-ci.org/display/JENKINS/URL+SCM will probably help but if you are dealing with multiple files in that location then you might be out of luck unless you can access it via some other way such as file share in which case https://wiki.jenki

Re: Disabling/enabling parameters basing on value from the other parameter

2015-02-12 Thread Maciej Jaros
Hi. I added example grouping `config.xml` that has some more explanations inside: https://github.com/Eccenux/jenkins-scripts/blob/master/example-grouping/config.xml Also added screenshots in the Readme: https://github.com/Eccenux/jenkins-scripts/ Regards, Nux. -- You received this message be

How to Create a build for Server URL

2015-02-12 Thread Bharathi Devarasu
Hi All, I need to create a project that uses server URL. for example my projects are stored in the server. i.e http://www.serverurl.com/iosproject1 how to create a build for this server project, i am new to jenkins here all are supported projects from github or some source repo. is possibl

Re: How to add files as artifacts to a build

2015-02-12 Thread Bruno Martins
The thing is this plugin has a post-build action, while running a batch is a build action. It's quite annoying indeed. I managed to gather all useful archives on a downstream project, but it would be much easier to put it all in the upstream one. But maybe I just can't do this. Le mercredi 11 f