#30 Pipeline-as-a-service integration
Closed by mkovarik. Opened by mkovarik.
mkovarik/c3i-library pipelineaas  into  master

Function for getting metadata of pipeline as a service and destroying pipeline.

This can just be: if (args.namespace) {

This looks great! Can you write some tests for these new functions? You can find examples of test cases in the test directory. You may need to call other Jenkins steps via the args.script reference, like args.script.echo, for them to be testable. Let me know if you run into any issues.

1 new commit added

  • WIP: Tests for Pipelineaas

3 new commits added

  • Tests for Pipelineaas
  • Add script for destroy pipeline
  • Pipeline-as-a-service get variables function.

3 new commits added

  • Tests for Pipelineaas
  • Add script for destroy pipeline
  • Pipeline-as-a-service get variables function.

@mkovarik Can this be rebased?

Pull-Request has been closed by mkovarik