-
Bug
-
Resolution: Fixed
-
Major
Hello,
We recognized that the variables jenkinsProject and jenkinsBuild are not set within a jenkins pipeline project. Which means:
try {
def jobName = this.binding.jenkinsProject.name;
}
will result in a "property not found: jenkinsProject" exception while working with a pipeline project.
- duplicates
-
JENKINS-63284 Add support to Pipeline API
- Open