feat: optionale Confluence-Seite im Workflow + Docker auf UBI9 umstellen
- optionales Atlassian-Wiki/Confluence-Feature über `ATLASSIAN_WIKI_*` ergänzt - neue Confluence-Integration (`src/confluence.js`) zum Anlegen von Seiten via REST API - Workflow erweitert: Wiki-Seite mit Ticket-Liste und Xray/Sonar-Links erstellen - Dry-Run-/Status-Handling und Ausgabe der Wiki-URL im Log/Mailtext ergänzt - Konfiguration, `.env.example` und README für Wiki-Optionen erweitert - TeamCity-Skripte (`run-workflow.sh/.ps1`) um Wiki-ENVs ergänzt - Docker-Base-Image auf `ubi9/nodejs-20` umgestellt - Container-Volume-Mounts auf `/opt/app-root/src/report-output` angepasst
This commit is contained in:
@@ -21,6 +21,13 @@ docker run --rm `
|
||||
-e SOLUTION_VERSION `
|
||||
-e XRAY_REPORT_URL `
|
||||
-e SONAR_REPORT_URL `
|
||||
-e ATLASSIAN_WIKI_ENABLED `
|
||||
-e ATLASSIAN_WIKI_BASE_URL `
|
||||
-e ATLASSIAN_WIKI_USER_EMAIL `
|
||||
-e ATLASSIAN_WIKI_API_TOKEN `
|
||||
-e ATLASSIAN_WIKI_SPACE_KEY `
|
||||
-e ATLASSIAN_WIKI_PARENT_PAGE_ID `
|
||||
-e ATLASSIAN_WIKI_TITLE_PREFIX `
|
||||
-e JIRA_DRY_RUN `
|
||||
-e OUTPUT_HTML_PATH `
|
||||
-e SMTP_ENABLED `
|
||||
@@ -32,5 +39,5 @@ docker run --rm `
|
||||
-e SMTP_FROM `
|
||||
-e SMTP_TO `
|
||||
-e SMTP_SUBJECT_PREFIX `
|
||||
-v "${PWD}\report-output:/app/report-output" `
|
||||
-v "${PWD}\report-output:/opt/app-root/src/report-output" `
|
||||
$imageName
|
||||
|
||||
Reference in New Issue
Block a user