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.
import org.jenkinsci.plugins.plaincredentials.impl.StringCredentialsImpl.DescriptorImpl;
^
/var/jenkins_home/workspace/Automate_IT/ClearCase_Job_DSL/jenkins/job-dsl/ClearCaseBuilds.groovy: 7: unable to resolve class org.jenkinsci.plugins.plaincredentials.impl.StringCredentialsImpl
@ line 7, column 1.
import org.jenkinsci.plugins.plaincredentials.impl.StringCredentialsImpl;
Please do let me know how to fix this.
Regards,