Module for fetching artifacts from Artifactory
salt.modules.artifactory.ArtifactoryError(value)¶salt.modules.artifactory.get_latest_snapshot(artifactory_url, repository, group_id, artifact_id, packaging, target_dir='/tmp', target_file=None, classifier=None, username=None, password=None)¶Gets latest snapshot of the given artifact
salt.modules.artifactory.get_release(artifactory_url, repository, group_id, artifact_id, packaging, version, target_dir='/tmp', target_file=None, classifier=None, username=None, password=None)¶Gets the specified release of the artifact
salt.modules.artifactory.get_snapshot(artifactory_url, repository, group_id, artifact_id, packaging, version, snapshot_version=None, target_dir='/tmp', target_file=None, classifier=None, username=None, password=None)¶Gets snapshot of the desired version of the artifact
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2015.8.7