You probably want to contact Cloudbees support since you are using an
enterprise version of Jenkins.

On Mon, Jan 28, 2019 at 12:22 PM Keith Phillips <[email protected]>
wrote:

> Jenkins was recently upgraded to CloudBees Jenkins Enterprise
> 2.150.2.3-rolling
> <https://release-notes.cloudbees.com/product/CloudBees+Jenkins+Enterprise> and
> now all of my Jenkinsfile scripts are throwing this error:
>
> Required context class hudson.FilePath is missing
>
> I'm doing
>
> pipeline {
>     agent {}
>     options{}
>     stages {
>           stage {
>              steps {
>              }
>     }
>     post {
>        always {
>           deleteDir()
>        }
>     }
> }
>
> What do you think?
>
> -K
>
>
> --
> 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 [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/8e364efc-79fa-4886-8b0d-914063e492cd%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/8e364efc-79fa-4886-8b0d-914063e492cd%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Website: http://earl-of-code.com

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVcKXeEx%2BRVN1LUTT8qM1GtDnkcS_xuQJKC4WEHhXhwJZw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to