X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fnexus-iq-python-cli.sh;h=2e23f20cfef1ef1ebf7d5d957c03640774bbd1b6;hb=refs%2Ftags%2Fv0.83.4;hp=929cf8edbab05e0eade3f85b8c45b6fee5ed375e;hpb=4082e0a566179aa25ea50e870d077e2b8318995e;p=releng%2Fglobal-jjb.git diff --git a/shell/nexus-iq-python-cli.sh b/shell/nexus-iq-python-cli.sh index 929cf8ed..2e23f20c 100644 --- a/shell/nexus-iq-python-cli.sh +++ b/shell/nexus-iq-python-cli.sh @@ -26,7 +26,7 @@ echo "INFO: running nexus-iq-cli on project $NEXUS_IQ_PROJECT_NAME and file $REQ # result.json is a mystery java -jar "${CLI_LOCATION}" @cli-auth.txt \ -s https://nexus-iq.wl.linuxfoundation.org -i "${NEXUS_IQ_PROJECT_NAME}" \ - -t build -r result.json "${NEXUS_TARGET_BUILD}" + -t build -r result.json ${NEXUS_TARGET_BUILD} rm cli-auth.txt rm "${CLI_LOCATION}"