I run Jenkins in its own container. I use the command "nohup java -jar jenkins.war --httpsPort=8443".
How do I shut it down safely? Right now, I use the kill command to kill the process.
The default is port 8080. To disable (because you're using https), use port -1 . This option does not impact the root URL being generated within Jenkins logic (UI, inbound agent files, etc.). It is defined by the Jenkins URL specified in the global configuration.
Use http://[jenkins-server]/exit
This page shows how to use URL commands.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With