dsakilesh

Results 3 comments of dsakilesh

Even i have the same requirement and same issue. PRs wont build automatically when a target branch is updated. And also the native implementation is not working. I tried the...

@tfink-cc you need to install Basic Branch Build Strategies for that options. https://plugins.jenkins.io/basic-branch-build-strategies/

I have tried below line in groovy file but it deletes all the repos in the srcRepo. def excludePropertySet = params['excludePropertySet'] ? params['excludePropertySet'][0] as String : 'type[:protected[;branch]]' and through the...