Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am woody3000 on github.
  • I am woody3000 (https://keybase.io/woody3000) on keybase.
  • I have a public key ASDcUGqTKCPQAmM1H_Aae9gS_De7VUbe21v1dCmp2uOOPwo

To claim this, I am signing this object:

@woody3000
woody3000 / Jenkinsfile
Created May 19, 2018 00:17
Advanced Jenkinsfile
#!groovy
pipeline {
agent any
tools {
maven 'Maven-3'
jdk 'JDK 1.8uLATEST'
}