Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 468 Bytes

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