Hello,
I would like to start a multibranch job from another job in a jenkinsfile.
So I put this piece of code:
build(
job: 'CIO-CICD/universe',
wait: false
)
But it does not seems to work correctly ...
Any idea? How to specify the branch name?
Thanks.