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

Support proxy logins

XMLWordPrintable

      It would be fantastic if the SQLPlus Script Runner plugin supported proxy logins. Current login syntax is:

      sqlplus -L user/password@DB @script.sql
      

      In this syntax the user credentials are stored in the Jenkins store.

      What I need is syntax of the form:

      sqlplus -L proxyuser[proxieduser]/password@DB @script.sql
      

      In this syntax the credentials of proxyuser could be stored in the Jenkins store and the identity of proxieduser is provided as an option maybe?

      Your consideration of this feature enhancement would be appreciated.

            boaglio Fernando Boaglio
            jwhitby Jonathan Whitby
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: