wangrongjun
wangrongjun
if groovy class in shared library contains ```java import groovy.transform.Field; @Field String STEP_NAME = this.getClass().getName(); ``` then run script will throw error: ``` Caused by: com.lesfurets.jenkins.unit.global.lib.LibraryLoader$LibraryLoadingException: Error on loading library...
I have a yaml as below, and I want to do a pre-handle, replace ${xxx} to actual value, which from yaml itself. ```yaml es-host: 192.168.1.101 gerrit-host: 192.168.1.102 deploy-info: es: server:...
我把歌曲和m3u文件都在本地电脑通过git进行管理维护。m3u文件已经做好排序。希望导入后,歌单列表和m3u定义的顺序保持一致 此外,希望能支持一键导入手机某个目录下的全部m3u文件,并且以m3u文件名创建歌单,无需一个个m3u手动导入