How to reset Jenkins security settings from the command line?
Is there a way to reset all (or just disable the security settings) from the command line without a user/password as I have … Read more
Is there a way to reset all (or just disable the security settings) from the command line without a user/password as I have … Read more
I have a project hosted in Git stash (now rebranded as Bitbucket Server). It is built using jenkins. Now I made a typo … Read more
I’m sending mail from Jenkins to an anonymous SMTP relay internally. That relay then securely sends mail to exchange online via TLS on … Read more
I would like to be able to do something like: AOEU=$(echo aoeu) and have Jenkins set AOEU=aoeu. The Environment Variables section in Jenkins … Read more
Jenkins has the Gerrit Plugin in place so that when we do check-ins to Gerrit, Jenkins performs a build and if it succeeds, … Read more
When writing jenkins pipelines it seems to be very inconvenient to commit each new change in order to see if it works. Is … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
I’m running Jenkins inside a Docker container. I wonder if it’s ok for the Jenkins container to also be a Docker host? What … Read more
Is it possible to exchange jobs between 2 different Jenkins’? I’m searching for a way to export/import jobs. 19 Answers 19
I added a new job in Jenkins, which I want to schedule periodically. From Configure job, I am checking the “Build Periodically” checkbox … Read more