diff --git a/vars/jenkinsfileLibraryUpdatePipeline.groovy b/vars/jenkinsfileLibraryUpdatePipeline.groovy index 3622e8c5..4a512a1c 100644 --- a/vars/jenkinsfileLibraryUpdatePipeline.groovy +++ b/vars/jenkinsfileLibraryUpdatePipeline.groovy @@ -23,7 +23,7 @@ // // Choices are remembered after first run and subsequently Build with Parameters prompt is then available // -// XXX: The first run will populate the choices but continues executing assuming the default first choices for job and git ref +// XXX: The first run will populate the choices but continues executing assuming the default first choices for job and git ref // so the pipeline checks the build number and aborts if BUILD_NUMBER=1 for safety // The second run will force a "Build with Parameters" pop-up choice to the calling user