How can you temporarily turn off jenkins security if the administrative users have locked themselves out of the admin console?
Answer Posted / Udai Bhan Singh
To temporarily disable Jenkins security when locked out, follow these steps: 1. Restart Jenkins with the --secure option disabled (e.g., sudo service jenkins restart -- secure=false). 2. Make necessary changes and then restart Jenkins with security enabled (e.g., sudo service jenkins restart).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category