ansible/awx

Notification Template - Parameterized Target URL

Open

#9787 aperta il 1 apr 2021

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Python (3333 fork)batch import
component:apihelp wantedtype:enhancement

Metriche repository

Star
 (13.071 star)
Metriche merge PR
 (Merge medio 24g 6h) (30 PR mergiate in 30 g)

Descrizione

ISSUE TYPE
  • Feature Idea
SUMMARY

Trying to use AWX to call back to TeamCity to finish agentless builds. The callback URL must include an AWX extra_var. Would like a way to template the Target URL so it could contain the passed in build number. For example:

http://<teamcity.url>/app/rest/builds/id:<build_id>/log

Would also be great if the basic auth credentials could be templated from extra_vars as well, since TeamCity generates temp credentials on each job run and passes them to the AWX server as extra_vars also.

Guida contributor