Function for getting metadata of pipeline as a service and destroying pipeline.
This can just be: if (args.namespace) {
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.
test
args.script
args.script.echo
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.
@mkovarik Can this be rebased?
Pull-Request has been closed by mkovarik
Function for getting metadata of pipeline as a service and destroying pipeline.