Skip to content

Commit

Permalink
Correct the variable name for the script class path in an example
Browse files Browse the repository at this point in the history
  • Loading branch information
obfischer authored and awittha committed Nov 29, 2021
1 parent 3893489 commit fe606b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def methodMissing(String _name, _args) {
* <pre><code>
class PipelineTest extends JenkinsPipelineSpecification {
def setup() {
scriptClassPath = ["test/resources"] //Note that this is a collection and you can define multiple paths.
script_class_path = ["test/resources"] //Note that this is a collection and you can define multiple paths.
}
def "Some test) {
Expand Down

0 comments on commit fe606b7

Please sign in to comment.