Why we can't get input parameter by task(task_id) #5406
Unanswered
DesireWithin
asked this question in
Q&A
Replies: 1 comment
-
Have you tried going to the Jenkins pack github page and either opening an issue there or contributing what code changes you made to it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been having some trouble lately,
I have a
Jenkins.build_job_enh
task, input parameter is a list, it will simultaneously triggers the Jenkins job.How ever, if Jenkins job timeout( I mean Stackstorm task timeout) or failed, the result of task is only a string
None
. I can't get useful information such as Jenkins Job id or parameters for this particular task.This means that stackstorm cannot automatically handle errors, can't eliminate false results from correct ones.
taks(task_id)
so far only include the following values:Why don't we add input paramter as well?
I think it is very convenient for handling
Orquesta With Items Model
Currently my workround is modify Jenkins Pack code, let it return input paramters. It's useful for the Jenkins Job failed, but not for stackstorm task timeout.
Beta Was this translation helpful? Give feedback.
All reactions