added an "ignore" option for checksumPolicy in documents

This commit is contained in:
Sungpeo Kook 2021-09-02 11:33:20 +09:00 committed by Michael Osipov
parent ad2e084ba8
commit 9735fffd98
2 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ under the License.
<name>checksumPolicy</name>
<version>1.0.0</version>
<description>What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are
"fail" or "warn"</description>
"fail", "warn" (default) or "ignore"</description>
<type>String</type>
</field>
</fields>

View File

@ -969,7 +969,7 @@
<version>1.0.0+</version>
<description>
What to do when verification of an artifact checksum fails -
warn, fail, etc. Valid values are "fail" or "warn".
warn, fail, etc. Valid values are "fail", "warn" (default) or "ignore".
</description>
<type>String</type>
</field>