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

All Descriptions throughout Jenkins, Change to AD_Login

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • ec2-plugin
    • None

      For a long time, basically since I installed Jenkins for my company to use, all "description" fields have been changing to AD_Login. We use the ec2 plugin so the description for which slave was instantiated for a specific build is always named AD_Login. This wouldn't be a huge deal and I kind of put it on the back burner, but now it's changing password fields for our Windows AMI profiles so it became a huge priority for us as no one can build on a Windows instance.

      I did as much digging around as me and one other person could. We googled everything we possibly could and found nothing, not even leads. We grep'd the entire server that master Jenkins is sitting on for any mention of AD_Login and sifted through almost 1 million lines to get nothing.

      It happens any time configuration is reloaded from disk, when you first go to /configure it will update every description to be AD_Login, if you change this and use the apply button you can get around it until configuration is reloaded. $JENKINS_HOME/config.xml shows correct values after this save but only until server restart or configuration reload.

      Once a correct value is saved and you refresh the /configure screen, the values are correct until a javascript window.onload runs and then changes it back, so if we need to change anything in /configure we have to re-change everything else on the page. I've spent hours trying to dig through all the code and multiple step-by-step debug processes with js. It always happens during the Behavior.apply(); call in window.onload, but this must be pulling the term AD_Login from somewhere and slapping it into the description field.

      I'm at a massive loss, anything at all would be a HUGE help. I've ensured that jenkins and all plugins are up to date. ensured that no customizations from my company are affecting it (there's only javascript and css customizations, I turned them off completely and still happens). Unfortunately our jenkins system is in our private network so I can't share much other than screenshots that are asked for.

            francisu Francis Upton
            dadbod9000 Travis Neal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: