e2233b7dacebf5be5831568051ecd28d73d0e3d8
4df4e2f70f8e9acab9c23b72c6f90c1106b2bd78
c01a7399c1c07c9f8f795794db380fbfb924bbef
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.