Skip to content

carlossg-bot/jenkinsfile-runner-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenkinsfile-runner-example

Example that can run with Jenkinsfile Runner launching a simple Maven build.

Used by:

Running

Build the Jenkinsfile-runner custom docker image

docker build -t jenkinsfilerunner-example .

It can be directly ran with:

docker run -ti --rm \
    -v $(pwd)/Jenkinsfile:/workspace/Jenkinsfile \
    -v ~/.m2/repository/:/root/.m2/repository/ \
    -w /workspace jenkinsfilerunner-example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 62.9%
  • Java 37.1%