artifactory-scripts
artifactory-scripts copied to clipboard
Scripts for Artifactory (Usually, for REST API), community driven.
I have read the CLA Document and I hereby sign the CLA
I've tried to run the script but it returned 404 codes. To see more details, I've added `set +x` to the script and runned it again: ``` ❯ ./docker_marker.sh +...
I have changed this script for only two commands: 1) RESULTS=`curl -u $ARTIFACTORY_USER:$ARTIFACTORY_PASSWORD "http://127.0.0.1:8081/artifactory/api/search/creation?from=$START_TIME&to=$END_TIME&repos=$REPO" | grep uri | awk '{print $3}' | sed s'/.$//' | sed s'/.$//' | sed -r...
import groovy.util.CliBuilder is deprecated because of this script is failing.
Adding fixes for the DownloadUsage.py script, as it failed to execute due to requirements.txt and invalid syntax errors: * Fixed print statement declarations ``` File ".\DownloadUsage.py", line 23 print "Parsing...
Currently the script fetches and runs against all repos. Being able to run it one repo at a time, or just against specific repos, would be a nice feature.
https://github.com/jfrog/artifactory-scripts/blob/732dc1cc047506137cb87981781845e58497e318/requestToUsage/requestToUsage.sh#L10 I assume the intention was to skip lines with zero transfer bytes when log format was keeping that data at the end of log line. Even then, this would...
There was soemthing that didn't get updated right in this script. This should fix it now
Added RealRepoStorageUsage.rb
Modifies L36 of the `filestoreIntegrity/filestoreIntegrity.py` file to add support for specifying the type of integrity check (`local` or `remote`). ```diff - stat, msg = runRequest(conn, '/api/repositories?type=local') + stat, msg =...