Hi there,
On Fri, 10 Mar 2017, at 15:53, JordanGS wrote: > Just wanted to ask, how do i check which version of java (7 or 8) is > being used to compile the project on the build server. > > https://ci.jenkins.io/job/Plugins/job/zap-plugin/ In the Jenkinsfile you provided for this plugin, you seem to be specifying JDK 8: https://github.com/jenkinsci/zap-plugin/blob/84e5e9b/Jenkinsfile#L30 > Also, is it possible for me to configure it myself or would i need to > an admin to configure it for me? The preferred method is to use the `buildPlugin` Pipeline step that exists on ci.jenkins.io, which lets you configure the JDK version (among other things): https://github.com/jenkins-infra/pipeline-library#buildplugin Regards, Chris -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/1489198608.4083766.907644144.4406E636%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
