ERROR: File 'filename.diawilink' does not exist jenkins android

259 views Asked by At

I configured jenkins and diawi plugin successfully and the apk are uploaded to diawi by using jenkins.

But i am not able to send Diawi link to email via Editable Email Notification. my diawi plugin version is 1.4. I got the below error.

ERROR: File 'filename.diawilink' does not exist.enter image description here

3

There are 3 answers

0
mohamed adawi On

I'm the auther of that Jenkins Diawi plugin, Here is it how it works in 1.4

if the file that you are uploading to diawi.com called abcd.ipa, then inside the mail notification plugin you use this syntax ${FILE,path="abcd.ipa.diawilink"}

0
Yan Kuh On

I had the same problem as you (only with .ipa file). I believe that v1.4 has a bug with the link display method. I reverted back to v1.3 (which you can download here: https://updates.jenkins-ci.org/download/plugins/diawi-upload/) and it worked. Just don't forget to use ${FILE,path=“DIAWI_LINKS”}.

2
flight24 On

Unfortunately in version 1.5 this syntax no longer works. It was not possible to roll back to version 1.4. This version throws an error "Unexpected response status: 400ERROR: Unexpected response status: 400"