Artifactory aql: find builds of job with given property

后端 未结 2 615
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-21 18:36

I am trying to query which build number(s) produced artifacts from build foo with artifact property vcs.Revision=aabbccddee123456.

In Artif

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-21 19:00

    Certain AQL queries requires a user with admin permissions. To ensure that non-privileged users do not gain access to information without the right permissions, users without admin privileges have the following restrictions:

    1. The primary domain in the query may only be item.
    2. The following three fields must be included in the include directive: name, repo, and path.

    In your case, you are using the build domain in the query which requires admin permissions

提交回复
热议问题