Save and apply buttons are missing in the Jenkins Configuration page

2019-07-18 Thread Subramanyeswari Ravinutala
Hi, The Save and Apply buttons are missing in the jenkins configuration page. My jenkins vesion is 2.176.1. Please do let me know what i am missing. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

The slave is not reverting to Snapshot once the build completes

2017-11-23 Thread Subramanyeswari Ravinutala
Hi, I have put shutdown and revert after disconnection. But the slave vm is not getting shutdown and reverting back to the template once the build completes. Please do let me know how to fix this. Regards, -- You received this message because you are subscribed to the Google Groups

Jenkins credentials binding

2017-05-11 Thread Subramanyeswari Ravinutala
Hi, I am getting the below error on implementing the groovy script. /var/jenkins_home/workspace/Automate_IT/ClearCase_Job_DSL/jenkins/job-dsl/ClearCaseBuilds.groovy: 8: unable to resolve class org.jenkinsci.plugins.plaincredentials.impl.StringCredentialsImpl.DescriptorImpl @ line 8, column 1.

Permission denied error

2016-11-07 Thread Subramanyeswari Ravinutala
Hi, Our jenkins master is ubuntu and the slaves are windows. With 775 permission on the ClearCase VOB, the builds are failing with permission denied for write operations in the jenkins slave. with 777 (everyone all), the builds are working fine on jenkins slaves. We have given clearcase

unable to access; no such file or directory, permission denied error

2016-07-20 Thread Subramanyeswari Ravinutala
Hi, We have a C# utiity to create branches on VOBs using cleartool commands. This process is breaking with the following two errors. Unable to access file No such file or directory. in view: Permission denied I have looked at the forums and i found the below relevant posts.