ibm-cloud-architecture / devops-demo-pipelines

1 stars 5 forks source link

Added pipelines nodejs-mcm-pl and package-release-update-pl and resolved ssh protocol #3

Closed oiricaud closed 4 years ago

oiricaud commented 4 years ago

This pull request includes the following changes,

nodejs-mcm-pl.yaml & clone-ops-update-repo-task.yaml was changed because it had syntax errors in which it would not add to the kabanero custom resource.

I also created a template folder in which users can copy and paste to add their bindings , pipelines , tasks and templates.

I also included the package-release-update-pl which is responsible in automating the ./run.sh script.

There was an issue that @Andrew.Suh resolved where if the user does a clone via ssh the user became unable to create a release. This has been resolved by checking what protocol the user is using and making the correct curl calls.