Build flow is on the way to deprecation. The workflow plugin is the one to use. It's standard with this one to use a scm URL for your workflow declaration (through combobox+textfield for your scm url and you're done).
Cheers
--
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-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ed6dc25c-b90b-4ae5-bcaf-e00743998c07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS69_8kMndkebHt_TyN3VPDeaD4O4t6_0KvMQ0-W8-zPVw%40mail.gmail.com.
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 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS5oqpZrep9z000Co_yUJoxC0N_Bt2jkdvR1nvf7Sn5b9Q%40mail.gmail.com.
With workflow, if you trigger another build, how do you access that
other build object? For example to find the build number so you can
copy its artifacts into the workflow job. Or find the SVN_REVISION
so you can trigger other builds of that same revision?
On Thu, Feb 26, 2015 at 8:41 AM, Jesse Glick <jgl...@cloudbees.com> wrote:
> On Thursday, February 12, 2015 at 10:43:28 AM UTC-5, LesMikesell wrote:
>>
>> With workflow, if you trigger another build, how do you access that
>> other build object? For example to find the build number so you can
>> copy its artifacts into the workflow job. Or find the SVN_REVISION
>> so you can trigger other builds of that same revision?
>
>
> This area is still relatively weak in Workflow, so I plan to add more
> features here.
>
> https://issues.jenkins-ci.org/browse/JENKINS-26100
> https://issues.jenkins-ci.org/browse/JENKINS-25851
>
Is there some reason workflow isn't just a superset of build flow,
adding control of workspaces and inlining? What's the point of
having open source if everyone starts over from scratch whenever they
have a new idea anyway? Or, why aren't both of these just class
libraries for the groovy plugin with an easy way to add new ones for
common high-level operations?
why aren't both of these just class
libraries for the groovy plugin with an easy way to add new ones for
common high-level operations?Many reasons already given I guess (suspendable, etc.)