jx icon indicating copy to clipboard operation
jx copied to clipboard

Getting PipelineRun instead of pipelineActivity

Open rajatgupta24 opened this issue 2 years ago • 2 comments

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

image

rajatgupta24 avatar Jul 19 '22 14:07 rajatgupta24

This is expected. as the underlying resource is a pipeline run, are u concerned about the wording?

ankitm123 avatar Jul 20 '22 12:07 ankitm123

Yes, I thought it would be PipelineActivity, as PipelineRuns is actually PipelineActivity in the Jenkins X.

rajatgupta24 avatar Jul 21 '22 11:07 rajatgupta24