Parameters
Parameters
Build HelloWorld
- Create repository called
hello-world
from java-hello-world
- Add repository to drone and add secrets
downstream_token
, WEBDAV_USER
, WEBDAV_PASS
- Create
.drone.yml
- Check build
- Check WebDAV
Package as JAR
- Create empty repository called
hello-world-jar
- Add repository to drone and add secrets
downstream_token
, WEBDAV_USER
, WEBDAV_PASS
- Create
.drone.yml
- Check build
- Check WebDAV
Package as Docker image
- Create empty repository called
hello-world-docker
- Add repository to drone, make trusted and add secrets
downstream_token
, WEBDAV_USER
, WEBDAV_PASS
- Create
.drone.yml
- Check build
- Check registry