-
Notifications
You must be signed in to change notification settings - Fork 125
Description
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.

