Hi
I'm trying to create a view programatically using code like this:
def listView = new ListView("my-view", Jenkins.instance)
listView.includeRegex = "myregex"
Jenkins.instance.addView(listView)
Jenkins.instance.save()
The view is created, but the jobs that match the regex are not listed. The
jobs are only listed if I edit the view and save it (through the GUI).
Any ideas?
Tks
Rui
--
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].
For more options, visit https://groups.google.com/groups/opt_out.