Hi,
which is the plugin can i use for putting conditions for post build
actions?
Before execting post build action after completion of build i need to check
some condition?
Please suggest plugin for that?
Thanks in Advance,
varghese
On Friday, July 20, 2012 10:02:20 PM UTC+10, Jesse Farinacci wrote:
>
>
> Would you please put the -Dhudson.DNSMultiCast.disabled=true
> immediately after the /usr/bin/java instead of after the -jar ? It
> seems fairly silly to me, but it may be being passed as an argument to
> the jenkins.war
That seems sensible to me. The issue is in the plugin, not the core. Delaying
the release of the core will not help fix the plugin.
I'm not clear how a new user installing Jenkins LTS will be able to choose the
1.1.20 release of the git plugin. I had to download it separately, name it
approp
Sami, thanks for clarifying what is the root cause of this issue, it's caused
by 3b1ad20200 [1], which should fixed checking out branches containing "/" in
the branch name [2].
Mark, this is not a show stopper for LTS release. Git plugin is not bundled
with the Jenkins core and you can do the u
Hi,
Is there a parameter plugin for jenkins (couldn't find something in the list),
that lets you build a combobox (list) from a directory listing? (i.e will
contain all file names in a certain dir, or a glob of them).
i looked at the extended choice plugin, but i'm not sure it supports it.
Eya
That is the issue. Thanks for the suggestion! I was confident the problem
was in the plugin, not in jenkins core, since switching back to the old plugin
was able to make it work again.
I assume this is still a "showstopper" for the release of the 1.466.1 long term
support version, since many
Quoting Kamal Ahmed :
Bill,
How is this Hijacking when:
1. I am not aware of your question when i post.
2. The post i have from you is:
I'd like to run 2 mvn cmds in the same test - the 2nd one
retries failure cases from files left by the 1st:
mvn [params]
mvn [params] -Dretry-=failed