Re: Jenkins Pipeline: hang on withEnv

2017-06-20 Thread Allen Fisher
This is weird... I added another debugging echo statement right below the sh "gradle all -D..." This made my hanging builds no longer hang. Allen On Tuesday, June 20, 2017 at 11:04:50 AM UTC-5, Allen Fisher wrote: > > Hi All-- > > I tried to update to 2.46.3 today and for various reasons had to

Jenkins Pipeline: hang on withEnv

2017-06-20 Thread Allen Fisher
Hi All-- I tried to update to 2.46.3 today and for various reasons had to downgrade back to 2.32.3. After the rollback, which was accomplished by restoring to a VM snapshot, all my pipeline builds that use Gradle hang right after the build finishes, and the build has to be force killed. From th