Re: Groovy save project does not always work

2016-04-13 Thread Sverre Moe
Making a change in Script console using Groovy and then envoke project.save(), why is it that when I try to read the value again it does not show the changed value, but the old one. For instance given this groovy script to add some environment variables. #!/usr/bin/env groovy import java.lang.S

Groovy save project does not always work

2016-04-13 Thread Sverre Moe
I am not sure what I am doing wrong with my groovy script. I have written a groovy update script to bulk update all my projects. Sometimes it does not take affect when I call project.save() I can open that project configuration page and everything looks right. The updated content is there. However