Re: Library(JollyDay)'s properties file cannot be found by WebAppClassLoader in Jenkins runtime.

2019-07-17 Thread Tim Jacomb
This should hopefully explain it for you: https://jenkins.io/doc/developer/plugin-development/dependencies-and-class-loading/ Thanks Tim On Wed, 17 Jul 2019 at 15:32, Jack Shen wrote: > Link to the issue in Jira: > https://issues.jenkins-ci.org/browse/JENKINS-58530 > > > I'm trying to use

Library(JollyDay)'s properties file cannot be found by WebAppClassLoader in Jenkins runtime.

2019-07-17 Thread Jack Shen
Link to the issue in Jira: https://issues.jenkins-ci.org/browse/JENKINS-58530 I'm trying to use [*JollyDay* |https://github.com/svendiedrichsen/jollyday]to provide ability to get holidays, but its day-calculate algorithm is based on some .porperties file(typically Jollyday.properties).

Library(JollyDay)'s properties file cannot be found by WebAppClassLoader in Jenkins runtime.

2019-07-17 Thread Jack Shen
I'm trying to use [*JollyDay* |https://github.com/svendiedrichsen/jollyday]to provide ability to get holidays, but its day-calculate algorithm is based on some .porperties file(typically Jollyday.properties). These files can be found in running unit test, but when running it in jenkins,