implicit

val implicit: Property<Boolean>

implicit flag on the shared library registered in the embedded Jenkins test instance. When true (default), pipeline scripts can call vars without an explicit @Library declaration.

sharedLibrary {
implicit = true // default
}