Parameters

Parameters

Build HelloWorld

  1. Create repository called hello-world from java-hello-world
  2. Add repository to drone and add secrets downstream_token, WEBDAV_USER, WEBDAV_PASS
  3. Create .drone.yml
  4. Check build
  5. Check WebDAV

Package as JAR

  1. Create empty repository called hello-world-jar
  2. Add repository to drone and add secrets downstream_token, WEBDAV_USER, WEBDAV_PASS
  3. Create .drone.yml
  4. Check build
  5. Check WebDAV

Package as Docker image

  1. Create empty repository called hello-world-docker
  2. Add repository to drone, make trusted and add secrets downstream_token, WEBDAV_USER, WEBDAV_PASS
  3. Create .drone.yml
  4. Check build
  5. Check registry