Skip to content

Commit

Permalink
getTaskInfo() returns buildId
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed Jan 13, 2025
1 parent 9f19b50 commit cedede0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/org/fedoraproject/jenkins/koji/Koji.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class Koji implements Serializable {
taskInfo.version = version
taskInfo.release = release
taskInfo.nvr = nvr
taskInfo.buildId = null
}

return taskInfo
Expand Down
1 change: 1 addition & 0 deletions vars/getTaskInfo.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def call(taskId) {
'version': taskInfo.version,
'release': taskInfo.release,
'nvr': taskInfo.nvr
'buildId': taskInfo.buildId
]

return taskInfoMap
Expand Down

0 comments on commit cedede0

Please sign in to comment.