Skip to content

Instantly share code, notes, and snippets.

@osde8info
Created October 12, 2022 14:39
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 osde8info/1f689ec83ff61fb1561c851eef88d42e to your computer and use it in GitHub Desktop.
Save osde8info/1f689ec83ff61fb1561c851eef88d42e to your computer and use it in GitHub Desktop.
jenkins docker pipeline image example
docker.image('maven:3.3.3-jdk-8').inside {
sh 'mvn -B clean install'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment