All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.nfalco79.jenkins.plugins.configfiles.template.pypirc Maven / Gradle / Ivy

Go to download

Extension of config files provider plugin to manage other kind of configuration files with credentials.

The newest version!
[distutils]
# this tells distutils what package indexes you can push to
index-servers = pypi pypitest

[pypi]
# filled automatically
repository: https\://pypi.python.org/pypi
username: your_username
password: your_password

[pypitest]
# filled automatically
repository: https\://testpypi.python.org/pypi
username: your_username
password: your_password




© 2015 - 2025 Weber Informatics LLC | Privacy Policy