43798/configure-nginx-as-reverse-reverse-proxy
Hey @Kiara, you can use something like this:
upstream app { server 127.0.0.1:49001; } server { listen 80; server_name jenkins.your-domain.com; location / { proxy_pass http://app; } }
I had the same error. I was connected ...READ MORE
As noted in the Jenkins Wiki, "The ...READ MORE
As long as it is not interrupting ...READ MORE
I found a way around: Go to /Users/Username/.jenkins/ Open config.xml and remove ...READ MORE
Hey @Hannah, Parameterized jobs/builds are the ones ...READ MORE
If your Jenkins is running on Ubuntu Virtual ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.