test-webdav-jenkins-scenario Instructions docker-compose up localhost:8080 Add project with 'execute shell' build step and execute duck -l dav://alice@webdav/test/ -qy -p secret1234 Build the project 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