Questions tagged [jenkins-update]

6 questions
2
votes
1 answer

Jenkins - Upgrade to Version 2.346.1 from 2.319.1 - Fails to start due to use of ${ITEM_FULLNAME} variable on Windows

After upgrading Jenkins from 2.319 to 2.346, Jenkins fails to start with following error: java.nio.file.InvalidPathException: Illegal char <:> at index 87:…
SebG
  • 321
  • 2
  • 14
0
votes
0 answers

How to do Jenkins windows node jdk upgrade and validate it

Our Jenkins controller is running on RedHat Linux. I am trying to update the JAVA_HOME and PATH variables in our jenkins windows node to point to JDK 11. Currently they are pointing to jdk1.8.0_181. Now JDK 11 already installed in the node. I have…
0
votes
1 answer

How to keep using Jenkins with Java 8

Post version 2.346.x, Jenkins forces us to upgrade to Java 11. However, our company policy asks us to stick to Java 8 across all the projects, whatsoever the case would be. (Obvious reason being the budget). I know that we can still download and…
Sid
  • 145
  • 1
  • 11
0
votes
0 answers

Jenkins Version 2.332.3 "Configure System" save/apply button not working

I am on Jenkins version 2.332.3 and I am unable to apply/save any changes made in configure system. I am attempting to add slack configurations. -The "Slack Notification" plugin has been installed on Jenkins -The "JenkinsCI" app/integration has been…
Amber
  • 1
0
votes
0 answers

How to update Jenkins plugin update URL via python-jenkins api?

I am planning to update all Jenkins plugins URLs to point to an internal host instead of existing open source urls. I cannot find any function in python-jenkins API to do so. {'active': True, 'backupVersion': None, 'bundled': False, 'deleted':…
zester
  • 165
  • 3
  • 12
0
votes
1 answer

After updating Jenkins, logins fail with https://[jenkinsURL]/j_spring_security_check

I updated Jenkins from version 2.252 to 2.313. But then when I tried to login, I was redirected to the page https://[jenkinsURL]/j_spring_security_check with a 404 error.