cowlinator

Results 20 comments of cowlinator

This repo is currently outdated There is an active fork of this library available at https://github.com/devopshq/artifactory

I was able to use my API key by adding it as the password in the auth argument for ArtifactoryPath. `artifactory.ArtifactoryPath(url, auth=("me", "big_long_api_key"))` However, it doesn't seem to work with...

My issue turned out to be due to the fact that the module is very exacting in how it expects the url in the config file to be represented. I...

I have found that when I tried to create a directory on artifactory, I received `OSError(2, "No such file or directory:` or `RuntimeError:{"errors":[{"status":404,"message":"Resource not found"}]}` due to missing or incorrect...

This repo is currently outdated There is an active fork of this library available at https://github.com/devopshq/artifactory

I was able to workaround this with the following code: ``` import artifactory # fix for bug in artifactory module, caused by unicode/str issues artifactory.read_global_config() new_config = {} for section...

I have found that I receive `404; Item x does not exist` due to missing or incorrect auth. Check that, as that may or may not be related to your...

The worst part of this is that it isn't even documented. That the job _must_ be named `PR-` is a HIDDEN REQUIREMENT. Nothing about this is remotely intuitive, nobody is...

For the record, it can be written by hand or generated via the Jenkins web portal at Manage Jenkins > Configuration as Code > Download Configuration (or View Configuration)

Ok, thank you for the info. The readme still says the old URL