I am trying to load a .so file (native library) in my Jenkins build. I believe the native libraries are all read via the java.library.path. Can I add to the path just for a specific Jenkins project?
Asked
Active
Viewed 2,149 times
1 Answers
1
Found the answer - you can edit the java command line parameters in the Jenkins setup. Just added -Djava.library.path= into the parameters.

Tim
- 41
- 4