Hi, On 16/02/2015 10:17, Prasanth .K wrote: > while i give extension as **/*.apk in the *Archiving artifacts* it will > shows error like this "***/*.apk’ doesn’t match anything: ‘**’ exists > but not ‘**/*.apk*".How can i solve this.any one suggest me. I think this issue is more appropriate for the jenkinsci-users list. It doesn't look like a problem with jenkins to me.
That said... The error is telling you that there are no files ending in .apk in your build output. > *-dex*: > [dex] input: C:\Users\Prasanth\.jenkins\workspace\Test\bin\classes > [dex] input: > C:\Users\Prasanth\.jenkins\workspace\Test\libs\android-support-v4.jar > [dex] Pre-Dexing > C:\Users\Prasanth\.jenkins\workspace\Test\libs\android-support-v4.jar -> > android-support-v4-3d55c3f91b679ed0ef61b096555c27e9.jar > [dx] 'reg' is not recognized as an internal or external command, > [dx] operable program or batch file. > > BUILD FAILED > C:\Users\Prasanth\AppData\Local\Android\sdk\android-sdk\tools\ant\build.xml:892: > The following error occurred while executing this line: > C:\Users\Prasanth\AppData\Local\Android\sdk\android-sdk\tools\ant\build.xml:894: > The following error occurred while executing this line: > C:\Users\Prasanth\AppData\Local\Android\sdk\android-sdk\tools\ant\build.xml:906: > The following error occurred while executing this line: > C:\Users\Prasanth\AppData\Local\Android\sdk\android-sdk\tools\ant\build.xml:283: > null returned: 255 > > Total time: 1 second > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > Finished: FAILURE The above says your build failed. I suspect that if you fix the problem with your build failure it will create a .apk file and make everything work. Regards Richard -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/54E1C5DF.1000608%40oldelvet.org.uk. For more options, visit https://groups.google.com/d/optout.
