Re: Action disappears after restart

2022-07-26 Thread 'Jesse Glick' via Jenkins Developers
On Mon, Jul 25, 2022 at 5:38 PM Nozim Islamov < mukhammadnozim.isla...@gmail.com> wrote: > I use transient Run > If by that you mean you have a `transient` field of type `Run` in your `RunAction2`, that is normal and correct, not the source of your issues. In general, for this sort of question

Re: Action disappears after restart

2022-07-25 Thread Nozim Islamov
I see, yeah I use transient Run, probably that might be the issue, thanks! On Monday, July 25, 2022 at 2:34:52 PM UTC-7 ga...@gavinmogan.com wrote: > What type of action is it? Something extending a transientaction won't > persist. > You shoudn't need to, especially since it'll be done after a

Re: Action disappears after restart

2022-07-25 Thread 'Gavin Mogan' via Jenkins Developers
What type of action is it? Something extending a transientaction won't persist. You shoudn't need to, especially since it'll be done after a build finishes, but you could call build.save() How are you confirming the action has disappeared? On Mon, Jul 25, 2022 at 2:33 PM Nozim Islamov wrote: >