jx
jx copied to clipboard
Getting PipelineRun instead of pipelineActivity
Describe
On canceling the PipelineActivity, I was getting cancelled PipelineRun.
I knew my PipelineActivity would fail, the timeout was set 12hrs, so I stopped it.
I run jx pipeline stop
Output
This is expected. as the underlying resource is a pipeline run, are u concerned about the wording?
Yes, I thought it would be PipelineActivity, as PipelineRuns is actually PipelineActivity in the Jenkins X.