Re: Keyring in jenkins cli

2022-02-22 Thread Bhargav sai
Hi again, Thanks for referring to the documentation. I have used with environment variables, but I would like to implement it with the keyring method. Any suggestions or I'll look into the above mail you have sent. Thank you again. On Tuesday, February 22, 2022 at 8:26:56 PM UTC+5:30

Re: Keyring in jenkins cli

2022-02-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 22.02.2022 um 06:33 -0800 schrieb Bhargav sai: While uploading the python package using twine, it's asking for credentials. I also don't know Twine, so I checked its documentation. It says: -u USERNAME, --username USERNAME The username to authenticate to

Re: Keyring in jenkins cli

2022-02-22 Thread Bhargav sai
Hi, Thanks for replying. Actually, the keyring is a feature in Ubuntu, to store credentials for a particular service or application. What I am trying to achieve here, is, I have integrated the nexus artifact repository in Jenkins to upload the PYthon package(tar.gz) into the nexus repo. While

Re: Keyring in jenkins cli

2022-02-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Montag, dem 21.02.2022 um 22:18 -0800 schrieb Bhargav sai: How to input the password to the build. Don't know what exactly "keyring" is, but in order to inject credentials into a build, you'd need to add them to Jenkins, first: "Manage Jenkins" -> "Manage credentials". Then, in the job

Keyring in jenkins cli

2022-02-22 Thread Bhargav sai
Hi team, I am working on Jenkins for a few days and a beginner question, I would like to ask. How to input the password to the build. Suppose, I am working on Keyring, and whenever, I set "keyring set system user", prompts for the password. How can I input the password while the build is going