| Hi Oleg, Please find the below Node properties snippet from the config.xml file: <globalNodeProperties> <hudson.slaves.EnvironmentVariablesNodeProperty/> <int>5</int> <string>ANT_HOME</string> <string>/jenkins/utils/apache-ant-1.10.1/</string> <string>JAVA_HOME</string> <string>/jenkins/utils/jdk1.8.0_131/bin/</string> <string>M2_HOME</string> <string>/jenkins/Documentum/apache-maven-3.5.2-bin/apache-maven-3.5.2</string> <string>SD_ROOT</string> <string>/softdump/bpmWorkspace/</string> <string>WS_ROOT</string> <string>/jenkins/workspace/</string> </globalNodeProperties> Can you please help me in resolving this issue. The Jenkins is throwing the same error as mentioned in the bug description while saving the jenkins/configure page. |