I have multibranch pipeline, and I need to run a regular pipeline.
I try:
build job: 'secondPipeline', parameters: [[$class: 'StringParameterValue', name: 'BRANCH', value: "${BRANCH}"]], wait: false
But it doesn't work
I have multibranch pipeline, and I need to run a regular pipeline.
I try:
build job: 'secondPipeline', parameters: [[$class: 'StringParameterValue', name: 'BRANCH', value: "${BRANCH}"]], wait: false
But it doesn't work