rafalfaro18 / test-webdav-jenkins-scenario

Implementation of jenkins in docker with webdav support using cyberduck´s cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-webdav-jenkins-scenario

Instructions

  1. docker-compose up
  2. localhost:8080
  3. Add project with 'execute shell' build step and execute duck -l dav://alice@webdav/test/ -qy -p secret1234
  4. Build the project
  5. Should build succesfully

Other build steps for testing duck

  • Upload a file duck -yq -p secret1234 --upload dav://alice@webdav/ /var/jenkins_home/config.xml
  • Delete the file duck -yq -p secret1234 -D dav://alice@webdav/config.xml

About

Implementation of jenkins in docker with webdav support using cyberduck´s cli