Re: Jenkins credentials binding

2017-05-11 Thread Mark Waite
That seems to come from the
https://github.com/jenkinsci/plain-credentials-plugin .  Have you installed
the plain-credentials-plugin into your Jenkins?

Mark Waite

On Thu, May 11, 2017 at 10:38 PM Subramanyeswari Ravinutala <
sravi...@gmail.com> wrote:

> 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,
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAN-Z7oc-8ZeNuqVE3ytYhYvm%3DoEWgkvfDFRKw85cKNQY-5d-MQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtGxXBLE4G3XpDZiSzCyWWDXqrMEJi5O%2BpEgmApVLg%2BYeA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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.
   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,

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAN-Z7oc-8ZeNuqVE3ytYhYvm%3DoEWgkvfDFRKw85cKNQY-5d-MQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.