Solution to the problem of Can not found mapping or dysm file in when Jenkins automatically packages and uploads it to Fir

      After stepping on several pitfalls, Jenkins automatic packaging finally succeeded. I wanted to automatically upload it to Fir and automatically generate a QR code to facilitate downloading and installation. I found a Fir plug-in on the Internet. After the installation was successful, I packaged it again and found the message Can not found mapping or dysm file in . I searched the Internet for the reason and found that it was a new version. The problem with the Fir plug-in, the problem with the new version of the plug-in, is that it is not necessary to upload the dysm file file by default, but the new version of the fir plug-in should be uploaded by default, which leads to an error that the file cannot be found. Just switch back to the old version of the fir plug-in.

  There is a problem here, that is, I started to install a new version of the Fir plug-in. I found an old version of the Fir plug-in on the Internet and reinstalled it again, but found that the same error was still reported. Even after installing it multiple times, it still remained the same. When the problem occurs, you can see in the plug-in management that even if you install the old version again, the new version is still displayed in the plug-in management, as shown in the figure:

Click on Plug-in Management and find the Fir plug-in

As you can see from the picture above, my Fir plug-in is still a new version. So even if you install the old version at this time, it will not work. Clicking the "Down to" button is useless. At this time, you need to click the "Uninstall" button to uninstall . Remove the Fir plug-in, then close Jenmkins and reopen it, and install the old version of the Fir plug-in again .

In addition, the old version of the Fir plug-in and the new version of the Fir plug-in are attached, and developers can choose to use them at their own discretion.

Old version Fir plug-in link: https://pan.baidu.com/s/1BSn2BNiYuPjOoDTkKbofdg   extraction code: 4gjx;

New version of Fir plug-in link: https://download.csdn.net/download/weitao_666/11851723

Guess you like

Origin blog.csdn.net/weitao_666/article/details/102500226