Hi, The version of JNA in Jenkins has problems on FreeBSD. These problems have been fixed in later versions of JNA.
I submitted this PR to upgrade Jenkins to JNA 4.1.0: https://github.com/jenkinsci/jenkins/pull/1387 I was wondering if I could get some help testing on a few other platforms? I have successfully tested on Ubuntu, MacOS X, Illumos, FreeBSD and posted my results here: https://github.com/jenkinsci/jenkins/pull/1387#issuecomment-57076567 The test I did was: - Checkout jenkins from my branch and build it: git clone -b JENKINS-24521-2 https://github.com/rodrigc/jenkins or download this war file which I built: https://people.freebsd.org/~rodrigc/jenkins/JENKINS-24251/ - Ran: *java -jar jenkins.war* - In Jenkins, *Manage Jenkins -> Configure Global Security -> Enable Security -> Unix/user group database* - Logged into Jenkins. This uses the libpam4j module which uses JNA. If people could take that jar file and do some JNA testing and provide feedback at https://github.com/jenkinsci/jenkins/pull/1387 I would appreciate it. Specifically, if someone could test on Windows to test JNA, I would appreciate it. -- Craig -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
