the error you are getting is artifactory is saying the user running the build needs to give it some credentials (401)
not sure how you configure Gradle to use username/password for repositories, but if you start there you should find your answer. /Janes On Fri, 3 May 2019, 12:13 , <[email protected]> wrote: > While running my existing Jenkins Project I am running into as seen in the > screen shot as soon as i run the test > > When I try executing the test using command line with the below command > and I am able to run the tests - > > C:\forecast\Jenkins\workspace\BVTDeployment\gradlew.bat clean > integrationtest -DHTTP_HOST=%host% -D###_USER=%Username% > -D###_PASS=%Password% -DintegrationTest.single=BVTDeployment > > but when I do it through Jenkins I am still getting the same error as > mentioned above. > > Any leads will be helpful. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/11bdb8e2-4c60-49eb-99c0-47f64ff75f41%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/11bdb8e2-4c60-49eb-99c0-47f64ff75f41%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAPzq3peowoZJdX0tVzxHPTpEjeqnVc%3DxjduH_9ithd%2BTQoQxYg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
