matrix room configured in jenkinsfile
All checks were successful
beefhavers/requiem-for-a-joke/pipeline/head This commit looks good

This commit is contained in:
Jenkins 2026-07-01 00:20:35 -04:00
parent b99b44a7a1
commit 8deeda6a1d

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
environment { environment {
JENKINSONGITEA=credentials('d0e86441-2157-405f-8539-a9a9010c6ecf') JENKINSONGITEA=credentials('d0e86441-2157-405f-8539-a9a9010c6ecf')
JENKINSONMATRIXTOKEN=credentials('17d18fd7-29eb-4957-9532-ce42aaa9b4ec') JENKINSONMATRIXTOKEN=credentials('17d18fd7-29eb-4957-9532-ce42aaa9b4ec')
MATRIX_ROOMID="todo" MATRIX_ROOMID="!FzKtHMrKhQfyakkeZl:greyn.club"
GITEA_PROJECT="https://gitea.arg.rip/beefhavers/requiem-for-a-joke" GITEA_PROJECT="https://gitea.arg.rip/beefhavers/requiem-for-a-joke"
} }
stages { stages {