[workflow-plugin] What is the best way to add '--recursive' to 'git' statements

2015-04-21 Thread Vizionz
Hello, Is it possible to add '--recursive' parameter to the workflow git statement? git branch: "${GitBranch}", changelog: true, poll: false, url: "${GitRepo}" This statement does not pull submodules when executed. High Regards, Jc -- You received this message because you are subscribed to

Git: Monitor specific folder on any branch

2015-04-21 Thread Jacek Sniecikowski
My repo has multiple projects in subfolders with same structure duplicated across multiple branches. I'm trying to set up a job that monitors all branches and triggers a job only when a change in a subdirectory 'Project1' is made. This way I can check if changes to 'Project1' work on release

Re: Git cannot init C:\Windows\TEMP

2015-04-21 Thread Marc Sutter
I had to configure the git binary path in jenkins settings. It then worked Am Donnerstag, 24. April 2014 22:43:58 UTC+2 schrieb Mark Waite: > > You may be hitting https://issues.jenkins-ci.org/browse/JENKINS-22039 . > The work around is to enable "Force polling using workspace". > > > On Thu, Ap

Re: Synchronization between execution of jobs

2015-04-21 Thread Vinu Joseph
Hi Hari, In the test-suite.xml file where you define the automation test-cases, mention preserve order=true i.e ** Now the testcases will get executed in the order you define them. Regards, VJ https://itisatechiesworld.wordpress.com/ On Monday, April 20, 2015 at 8:37:21 PM UTC+5:30, hari pra

[Solved] File Parameter not supported?

2015-04-21 Thread Jochen Hinrichsen
Stupid me - just configured two factories, each using a distinct filename w/o wildcards, runs like a charm. -- 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 jen

Re: How do I inject a specific publisher/configuration?

2015-04-21 Thread Victor Martinez
I've already found how to do it: - https://github.com/jenkinsci/jenkins-scripts/blob/master/scriptler/jira-publisher.groovy#L54-L55 item.getPublishersList().add(new hudson.plugins.jira. JiraIssueUpdater())item.save() On Thursday, 2 April 2015 19:07:11 UTC+2, Victor Martinez wrote:

Parameterized trigger plugin: File Parameter not supported?

2015-04-21 Thread Jochen Hinrichsen
Dear group, i have a bunch of jobs that all prepare a zip and a readme in the workspace, and those two files need to be passed to a dedicated file job that expects two files ('zipfile' and 'readme') as job parameters. Usually the parameterized trigger plugin is of great help, but it seems that

Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-21 Thread Victor Martinez
You don't need to write any groovy script to debug that since that feature is already part of the Jenkins Web Interface: https://wiki.jenkins-ci.org/display/JENKINS/Logging Cheers On Thursday, 2 April 2015 19:00:14 UTC+2, v_sathy...@hotmail.com wrote: > > Hello Folks, > >I would really ap

NullPointerException in org.jfrog.hudson.maven3.extractor.MavenExtractorEnvironment.buildEnvVars(MavenExtractorEnvironment.java:132)

2015-04-21 Thread Alexander Dvorsky
Hi there, Since this weekend we are encountering the following problem when we try to execute a maven project right after the SVN Update traces in the console output: ERROR: Processing failed due to a bug in the code. Please report this to .. jenkinsci google group. java.lang

Re: After installing a new plugin with latest version of Jenkins, it doesn't restart

2015-04-21 Thread David Pérez
I've managed to start again Jenkins by cleaning the contents of JENKINS_HOME/plugins folder. It's quite dangerous to install some plugins!. Am Dienstag, 21. April 2015 09:29:27 UTC+2 schrieb David Pérez: > > Hi all, > > Here is the stacktrace: > > hudson.util.HudsonFailedToLoad: org.jvnet.hudson

After installing a new plugin with latest version of Jenkins, it doesn't restart

2015-04-21 Thread David Pérez
Hi all, Here is the stacktrace: hudson.util.HudsonFailedToLoad: org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang.reflect.InvocationTargetException at hudson.WebAppMain$3.run(WebAppMain.java:237) Caused by: org.jvnet.hudson.reactor.ReactorException: java.lang.Error:

Re: [workflow-plugin] Groovy CPS DSL from SCM and Stash notification trigger

2015-04-21 Thread Tom Deblauwe
Hello, It seems one (not so good) solution is to disable giving the SHA1 to jenkins in the hook on the Stash server that notifies Jenkins. There is an option you can disable so that the SHA1 is not given when triggering the corresponding jenkins job. Not optimal because Stash is not in control