Open jackdelahunt opened 3 months ago
Currently in the openshift-client task there is no way to retrieve any info that a person may need from the result of the task in any easy way.
My proposal is to add a new result field that can be a string so values can be passed back out to future tasks in your pipeline.
results: - name: OUTPUT description: Output string that can be set with oc commands in the SCRIPT
This result can be set in the SCRIPT through an env variable
Currently in the openshift-client task there is no way to retrieve any info that a person may need from the result of the task in any easy way.
My proposal is to add a new result field that can be a string so values can be passed back out to future tasks in your pipeline.
This result can be set in the SCRIPT through an env variable