0
AQL query
のアイテムにチェックサムを含めるにはどうすればよいですか?あなたがアーティファクトSHA1の一覧が表示されます 'actual_sha1' の代わりの "チェックサム" を含める必要がArtifactory AQL表示チェックサム
it looks like there is syntax error near the following sub-query: checksums
AQL query
のアイテムにチェックサムを含めるにはどうすればよいですか?あなたがアーティファクトSHA1の一覧が表示されます 'actual_sha1' の代わりの "チェックサム" を含める必要がArtifactory AQL表示チェックサム
it looks like there is syntax error near the following sub-query: checksums
:
items.find(...)
.include("name","checksums")
AQLは、以下のエラーを返します。このinclude
文を追加することにより
。