Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-15882

rebuild plugin should not store non-stored password parameter

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • rebuild-plugin
    • None

      I have a job with store non-stored password parameter. When trying to rebuild the job, password is stored.

      Expected results:
      The rebuild plugin should not keep passwords. When clicking on rebuild button, it should promt for password once again.

          [JENKINS-15882] rebuild plugin should not store non-stored password parameter

          Kiril Nesenko created issue -
          Rino made changes -
          Assignee Original: ragesh_nair [ ragesh_nair ] New: Rino [ rinok ]

          centic added a comment -

          How are you triggering the job and how is the password provided? Are you manually providing the password when starting the job?

          centic added a comment - How are you triggering the job and how is the password provided? Are you manually providing the password when starting the job?

          Kiril Nesenko added a comment -

          I am triggering it manually, providing the password.
          After the job finishes, I am able to rerun it without providing a password.

          Kiril Nesenko added a comment - I am triggering it manually, providing the password. After the job finishes, I am able to rerun it without providing a password.

          Linards L added a comment -

          Are you using VCS?

          Linards L added a comment - Are you using VCS?

          Kiril Nesenko added a comment -

          No I am not

          Kiril Nesenko added a comment - No I am not

          Rino added a comment -

          Could you describe in more detail the steps to reproduce?
          -Where do you configure a job with non-stored password parameters?

          Would this issue be fixed if I add a configuration option to show an empty input field when rebuilding?

          Rino added a comment - Could you describe in more detail the steps to reproduce? -Where do you configure a job with non-stored password parameters? Would this issue be fixed if I add a configuration option to show an empty input field when rebuilding?

          Here is my usage scenario:

          Create new Job which accepts build parameters. One of the parameters should be a "password" type parameter. Build this new job and enter a password. Click on re-build and the password is re-entered automatically.

          Walter Kacynski added a comment - Here is my usage scenario: Create new Job which accepts build parameters. One of the parameters should be a "password" type parameter. Build this new job and enter a password. Click on re-build and the password is re-entered automatically.

          Rino added a comment - - edited

          https://github.com/jenkinsci/rebuild-plugin/pull/8
          Storing passwords is a feature of jenkins, so this can't be disabled from the rebuild plugin. The pull request adds a global configuration option to make sure that the rebuild plugin won't pre-fill the password field.

          Rino added a comment - - edited https://github.com/jenkinsci/rebuild-plugin/pull/8 Storing passwords is a feature of jenkins, so this can't be disabled from the rebuild plugin. The pull request adds a global configuration option to make sure that the rebuild plugin won't pre-fill the password field.

          I pulled down version 1.19 of the Rebuilder plugin but I don't see an option to configure this behavior. What am I missing?

          Walter Kacynski added a comment - I pulled down version 1.19 of the Rebuilder plugin but I don't see an option to configure this behavior. What am I missing?

            Unassigned Unassigned
            knesenko Kiril Nesenko
            Votes:
            3 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: