Skip to content

Instantly share code, notes, and snippets.

@mgreau
Created August 16, 2016 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgreau/cef9b475a241561c135bf9cf696a0da5 to your computer and use it in GitHub Desktop.
Save mgreau/cef9b475a241561c135bf9cf696a0da5 to your computer and use it in GitHub Desktop.
#!groovy
// env.NAME = "${env.JOB_NAME}"
exoCI {
gitUrl = 'https://github.com/exoplatform/maven-sandbox-project.git'
gitBranch = 'develop'
dockerImage = 'exoplatform/ci:jdk8-maven32'
jobName = '$JOB_NAME'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment