Skip to content

david-homelend/jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jenkins-demo

  • Prepare and run:

    • cd jenkins-demo
    • docker-compose build
    • docker-compose up -d
  • Selenium python package is installed as part of the docker-build (you can find it and adjust/add some more packages by updating the Dockerfile, note that you'll need to run docker-compose build and restart the container.)

  • The selenium_simple.py is mounted from the host, hence you can update it on the host andthe changes will be reflected inside the container as well.

  • In order to grab the initial password:
    docker exec my-jenkins-3 bash -c "cat /var/jenkins_home/secrets/initialAdminPassword"

  • Initial/simple pipeline can be found at the pipeline.groovy file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published