Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The groovy.lang.MissingPropertyException message means that there is an attempt to access a property called 'app' for the javaposse.jobdsl.dsl.helpers.workflow.CpsContext class, but this property does not exist. This can be due to a typo in the property name or to the fact that the property has not been defined or initialized.