Re: Using Gradle in Pipeline

2018-05-16 Thread Brian Ray
We are, extensively. I may be interpreting the issue wrong, but it seems like a more "native" pipeline API is not necessarily the blocker here. Does this help at all?: sh "gradle build --info --console=plain" Those switches increase logging verbosity and eliminate the control characters that

Re: Using Gradle in Pipeline

2018-04-13 Thread Francesco Sisca
check configuration of gradle in your global configuration tools (into jenkins manage)

Using Gradle in Pipeline

2018-04-13 Thread Sverre Moe
We are currently using Maven for building our applications. Our Jenkins maven pipeline are using the withMaven step from Pipeline Maven Integration. I have written gradle build scripts for our projects and begun to write the Pipeline build script to build gradle. We could really use an