ansible/awx

Notification Template - Parameterized Target URL

開放

#9,787 建立於 2021年4月1日

 (0 則留言) (1 個反應) (0 位負責人)Python (3,333 個分叉)batch import
component:apihelp wantedtype:enhancement

倉庫指標

星標
 (13,071 顆星)
PR 合併指標
 (平均合併 24天 6小時) (30 天內合併 30 個 PR)

描述

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.

貢獻者指南