Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Correct docker instructions

...

Code Block
languagebash
docker build -t jenkins-sling .
export WS=<root of your local Sling workspace>
docker run -p 8080:8080 -v $WS/apache/sling/tooling/jenkins:/usr/share/jenkins/ref/jobs/SeedJob/workspace/:ro jenkins

...