CNDB-16516: Added Jenkinsfile for IBM TAAS #2207
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Added a Jenkinsfile that will used in cc Jenkins. Cloudbees Jenkins supported in UI scripting for multibranch but IBM TAAS needs it in the repository while using Pipeline: Multi branch plugin
What is the issue
Migrating the jenkins job from Cloudbees Jenkins to IBM TAAS. IBM TAAS is open source and does not support Cloudbees provided Multibranch plugin which allowed Jenkins job directly configured with custom script. To make the job work in IBM TAAS the job need to use OS Pipeline: Multibranch plugin which need the Jenkinsfile in the repo.
What does this PR fix and why was it fixed
Fixes CNDB-16516