This changeset fixes an issue with using S3 as the SourceProvider of a pipeline generated from ServiceCatalog.
Previously, when selecting S3 as a SourceProvider, it would not provide the SourceBucket or SourceObjectKey parameters that are required to pass on to the pipeline.yml template.
The conditional statement in PipelineParams of pipeline_upsert.go that splits the S3 repository into its SourceBucket and SourceObjectKey parts is added to the pipelineCatalogUpserter function.
This changeset also fixes an issue in the pipelineCatalogUpserter workflow where it would not properly set the SourceBranch value.
This changeset fixes an issue with using S3 as the SourceProvider of a pipeline generated from ServiceCatalog.
Previously, when selecting S3 as a SourceProvider, it would not provide the SourceBucket or SourceObjectKey parameters that are required to pass on to the pipeline.yml template.
The conditional statement in PipelineParams of pipeline_upsert.go that splits the S3 repository into its SourceBucket and SourceObjectKey parts is added to the pipelineCatalogUpserter function.
This changeset also fixes an issue in the pipelineCatalogUpserter workflow where it would not properly set the SourceBranch value.