You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>> Job status: [reporter_launcher] the 'build only if scm changes' feature is disabled.
Triggering reporter_launcher. Condition was evaluated to true.
Starting build job DEV/reporter_launcher.
Finished Build : #84 of Job : DEV/reporter_launcher with status : SUCCESS
Finished Build : #83 of Job : DEV/reporter_launcher with status : SUCCESS
>> Job status: [functional_testing] the 'build only if scm changes' feature is disabled.
Starting build job DEV/functional_testing.
Finished Build : #15 of Job : DEV/functional_testing with status : SUCCESS
>> Job status: [galaxy_release] the 'build only if scm changes' feature is disabled.
Triggering galaxy_release. Condition was evaluated to true.
All link work perfectly, however, it should be very nice to be able to substiture the real job's link name by a given pameter like
phaseUrl("Run of reporter_launcher on B with X ...")
parameters {
predefinedProp('PROJECT', 'name')
predefinedProp('STACK', 'Z')
predefinedProp('HOST', 'E')
predefinedProp('ENV_DEPLOY', 'B')
predefinedProp('INVENTORY', 'X')
}
}
who would give something more pretty and accurate
>> Job status: [reporter_launcher] the 'build only if scm changes' feature is disabled.
Triggering reporter_launcher. Condition was evaluated to true.
Starting build job Run of reporter_launcher on A with X.
Finished Build : #84 of Job : Run of reporter_launcher on B with X with status : SUCCESS
Finished Build : #83 of Job : Run of reporter_launcher on A with X with status : SUCCESS
>> Job status: [functional_testing] the 'build only if scm changes' feature is disabled.
Starting build job DEV/functional_testing.
Finished Build : #15 of Job : DEV/functional_testing with status : SUCCESS
>> Job status: [galaxy_release] the 'build only if scm changes' feature is disabled.
Triggering galaxy_release. Condition was evaluated to true.
We have found this on the code implemented in 1.30, but that is still not a simple parameter and i don't understand why ( if someone could explain those kind of configuration, i would love it =) 🐻
Hi,
We have a factory who allow us to use the same jobs into a multijob n time for n different env.
this is a "short example of the multijob"
the output is like something like that
All link work perfectly, however, it should be very nice to be able to substiture the real job's link name by a given pameter like
who would give something more pretty and accurate
We have found this on the code implemented in 1.30, but that is still not a simple parameter and i don't understand why ( if someone could explain those kind of configuration, i would love it =) 🐻
This code can provide something like jobName + alias, however alias is enough if it's specified.
The text was updated successfully, but these errors were encountered: