Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

After that you can build and publish your plugin like this:

Codeblock
gradle publish        -Penv=test           # -> de.acme.projectx:RestServices:develtest-SNAPSHOT
gradle publish -Penv=staging     # -> de.acme.projectx:RestServices:staging-SNAPSHOT
gradle publish -Penv=prod        # -> de.acme.projectx:RestServices:prod-SNAPSHOT

...

We will also give you an HTTP endpoint to trigger a deployment to devel test, staging or prod.

5. Trigger deployment

...

We will provide you with the appropriate values for TOKEN and PROJECT_ID. REF_NAME is the name of the destination environment and should always be devel test, staging or prod.