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
Add a GetJobObj() in jenkins.go, also add job as param in GetBuildFromQueueID()
This will avoid the problem of trying to create job object in GetBuildFromQueueID() from task.Name.
task.Name can be different from job name when Job name has a folder structure.
Signed-off-by: Hui Luo <[email protected]>
0 commit comments