Error in Jenkins Gradle builds. NEGOTIATE authentication error: Invalid name provided (Mechanism level: KrbException: Cannot locate default realm) -
i building gradle project in jenkins. have used jenkins extensively earlier, maven , without corporate proxy.
scenario: 1) systems behind corp proxy 2) gradle project gradle wrapper build. 3) working jenkins master( linux based) 4) gradle.properties file complete proxy details.
so in scenario, have proxy, have created gradle.properties necessary proxy details , triggered jenkins build. seeing error( or warning) in jenkins build log. the build compiles , creates jar file.
any idea on why happening , workarounds / solution.
i have checked this, solutions not working. gradle issue
contents of gradle.properties.
systemprop.http.proxyhost=somehost systemprop.http.proxyport=8080 systemprop.http.proxyuser=username systemprop.http.proxypassword=somepasswrd systemprop.https.proxyhost=somehost systemprop.https.proxyport=8080 systemprop.https.proxyuser=username systemprop.https.proxypassword=somepasswrd systemprop.http.nonproxyhosts=localhost|127.0.0.1 systemprop.http.keepalive = true
Comments
Post a Comment