Hey,
Checkout the environmental variable here:
https://wiki.jenkins-ci.org/display/JENKINS/Building+a+software+project
Short answer:
echo ${JOB_NAME}
echo ${BUILD_NUMBER}
On Friday, November 16, 2012 3:39:26 PM UTC-5, Martin Lichtin wrote:
>
> Hi
> For a parameterized build with one "run par
ACTION"])}
)
On Saturday, November 10, 2012 9:28:18 AM UTC-5, Nicolas De loof wrote:
>
> parallel expect a set of closures, each closure being ran in a separate
> thread :
>
> parallel( { build(A) },
> { build(B) }
> )
>
>
> 2012/11/9 r2_ >
Hey, I got a really cool looking error using Build Flow Plugin. The flow
is just 2 parameterized jobs which should run in parallel on different
nodes. Here's the DSL:
parallel (
build("agile_code", ENVIRONMENT: params["ENVIRONMENT"], ACTION:
params["ACTION"]),
build("agile_db", ENVIRONM