updated jenkins_api.sh

pull/16/head
Hari Sekhon 2 years ago
parent a429cf357c
commit 2506efa4ab

@ -45,7 +45,11 @@ Example:
# List Credentials in the Global System Provider Store:
${0##*/} '/credentials/store/system/domain/_/api/json?tree=credentials\[id\]' | jq .
${0##*/} '/credentials/store/system/domain/_/api/json?tree=credentials\[id\]' | jq .
# Retrieve the config of a given credential by its ID, in this case 'haritest':
${0##*/} '/credentials/store/system/domain/_/credential/haritest/config.xml'
"
# used by usage() in lib/utils.sh

Loading…
Cancel
Save