You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to reduce the timeout of the tasks (in my case, maven-pullrequest), but if I reduce the timeout for testing, from "12h0m0s" to "0h0m30s", the pipeline didn't stop after 30 secs, it still running for 4min.
In my case, I have forked this repository and with "image: uses:lighthouse:[myrepository]/tasks/maven-java11/
pullrequest.yaml@versionStream", I'm able to use my forked tasks (this works fine), but I can't set other timeout...
Also, I have tried to use the timeout inside the task steps, to set custom timeouts to each step, with the same result... Example
For me, this didn't work neither example
Tried this format: "options: timeout: [ time: / unit: ]" and didn't works. I suppose it is for jenkinsX 2...
Im using JenkinsX 3.
Thanks you in advance.
Cumal.
The text was updated successfully, but these errors were encountered:
cumal
changed the title
Pipeline run timeout not working as expected
PipelineRun timeout not working as expected
May 19, 2021
Hi,
I'm trying to reduce the timeout of the tasks (in my case, maven-pullrequest), but if I reduce the timeout for testing, from "12h0m0s" to "0h0m30s", the pipeline didn't stop after 30 secs, it still running for 4min.
In my case, I have forked this repository and with "image: uses:lighthouse:[myrepository]/tasks/maven-java11/
pullrequest.yaml@versionStream", I'm able to use my forked tasks (this works fine), but I can't set other timeout...
Also, I have tried to use the timeout inside the task steps, to set custom timeouts to each step, with the same result... Example
For me, this didn't work neither example
Tried this format: "options: timeout: [ time: / unit: ]" and didn't works. I suppose it is for jenkinsX 2...
Im using JenkinsX 3.
Thanks you in advance.
Cumal.
The text was updated successfully, but these errors were encountered: