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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to