
com.github.nfalco79.jenkins.plugins.configfiles.template.pypirc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ext-configfiles Show documentation
Show all versions of ext-configfiles Show documentation
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