Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-3471

REST api does not have any method for obtaining information about currently building plans (time remaining etc.).

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • REST API
    • None
    • 1
    • 4
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      The REST api does not seem to have any method for obtaining information about currently building plans (time remaining etc.).

            [BAM-3471] REST api does not have any method for obtaining information about currently building plans (time remaining etc.).

            aburzyn, adelfino1 - we've got REST APIs which allow users to interact with build queue. For more information please check our documentation.
            Please let us know if this fits your needs.

            Cheers!

            Krystian Brazulewicz added a comment - aburzyn , adelfino1 - we've got REST APIs which allow users to interact with build queue. For more information please check our documentation . Please let us know if this fits your needs. Cheers!

            +1

            Being able to access that info would help us improve a lot our automation tasks.

            Alejandro Burzyn added a comment - +1 Being able to access that info would help us improve a lot our automation tasks.

            I'm also interested to see an API to get information of currently running jobs being added.

            Andres Delfino added a comment - I'm also interested to see an API to get information of currently running jobs being added.

            This issue is pretty confusingly stated. As @marek pointed out, It's perfectly possible to get information about an in-progress build as long as you know its number, using the /result/PROJECT_KEY-PLAN_KEY resource or the.
            However, there is no list resource which includes in-progress - the /result/ resource seems to filter these out so there is no way to discover in-progress builds.

            Jason Curtis added a comment - This issue is pretty confusingly stated. As @marek pointed out, It's perfectly possible to get information about an in-progress build as long as you know its number, using the /result/PROJECT_KEY-PLAN_KEY resource or the. However, there is no list resource which includes in-progress - the /result/ resource seems to filter these out so there is no way to discover in-progress builds.

            Marek Went added a comment -

            Please note, that if build is not running it will return HTTP 404

            Marek Went added a comment - Please note, that if build is not running it will return HTTP 404

            Marek Went added a comment -

            You can use this resource:

            For plan

            http://yourbamboo:8085/bamboo/rest/api/latest/result/status/PROJECT_KEY-PLAN_KEY-BUILD_NUMBER
            

            For job

            http://yourbamboo:8085/bamboo/rest/api/latest/result/status/PROJECT_KEY-PLAN_KEY-JOB_KEY-BUILD_NUMBER
            

            Marek Went added a comment - You can use this resource: For plan http://yourbamboo:8085/bamboo/rest/api/latest/result/status/PROJECT_KEY-PLAN_KEY-BUILD_NUMBER For job http://yourbamboo:8085/bamboo/rest/api/latest/result/status/PROJECT_KEY-PLAN_KEY-JOB_KEY-BUILD_NUMBER

            +1

            This information is available, as is evidenced by the Generic Artifactory Deploy plugin, and should also be exposed through the API.

            Ted Sheibar added a comment - +1 This information is available, as is evidenced by the Generic Artifactory Deploy plugin, and should also be exposed through the API.

            We're also missing this functionality (Check whether specific build currently have a running job / In-Progress)

            Zohar Shay added a comment - We're also missing this functionality (Check whether specific build currently have a running job / In-Progress)

            Odin Odin added a comment -

            Are there any plans for resolving this issue?

            Odin Odin added a comment - Are there any plans for resolving this issue?

              Unassigned Unassigned
              ukuhnhardt Ulrich Kuhnhardt [Atlassian]
              Votes:
              24 Vote for this issue
              Watchers:
              21 Start watching this issue

                Created:
                Updated: