Greetings,
I'm writing now a plugin that creates report after each build.
The issue is that my report can be updated by user. How can I force report
to be persisted for e.g. after jenkins restart?
For example:
(method in MyAction extending Action called by user on click)
public void update(String newOwner){
this.owner=newOwner
this.save()
}
is this enough?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Developers" 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/d/optout.