Hi,
been looking for an answer to this on the web but could not find much.
My question is if within a stage directive within a pipeline I could use a variable or parameter inside the label.
For instance within a:
stage('Stage 3 - Test Execution') {
steps {
echo 'Executing VoLTE'
is there any way to add to 'Stage 3 - Test Execution' a variable which may be set initially within the pipeline code ?
Thanks in advance!
Mike
Michele Albertone