You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/12/01 20:57:35 UTC

[beam] branch master updated: Fix error messages in cred rotation email (#24474)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 14d3dc87ea2 Fix error messages in cred rotation email (#24474)
14d3dc87ea2 is described below

commit 14d3dc87ea24a4ff83ae4137adc71b7d49736c36
Author: Danny McCormick <da...@google.com>
AuthorDate: Thu Dec 1 15:57:29 2022 -0500

    Fix error messages in cred rotation email (#24474)
    
    * Fix error messages in cred rotation email
    
    * Fix error messages in cred rotation email
---
 .test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy | 2 +-
 .test-infra/jenkins/job_MetricsCredentialsRotation.groovy      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy b/.test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy
index d498ca14b53..58d18205b54 100644
--- a/.test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy
+++ b/.test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy
@@ -47,7 +47,7 @@ job('Rotate IO-Datastores Cluster Credentials') {
       triggers {
         failure {
           subject('Credentials Rotation Failure on IO-Datastores cluster')
-          content("Something went wrong during the automatic credentials rotation for IO-Datastores Cluster, performed at ${date}. It may be necessary to check the state of the cluster certificates. For further details refer to the following links:\n * ${JOB_URL} \n * ${JENKINS_URL}.")
+          content("Something went wrong during the automatic credentials rotation for IO-Datastores Cluster, performed at ${date}. It may be necessary to check the state of the cluster certificates. For further details refer to the following links:\n * Failing job: https://ci-beam.apache.org/job/Rotate%20IO-Datastores%20Cluster%20Credentials/ \n * Job configuration: https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_IODatastoresCredentialsRotation.groovy \n * Cluster URL: [...]
           recipientList('dev@beam.apache.org')
         }
       }
diff --git a/.test-infra/jenkins/job_MetricsCredentialsRotation.groovy b/.test-infra/jenkins/job_MetricsCredentialsRotation.groovy
index 6c230a61d98..800899d0cd9 100644
--- a/.test-infra/jenkins/job_MetricsCredentialsRotation.groovy
+++ b/.test-infra/jenkins/job_MetricsCredentialsRotation.groovy
@@ -47,7 +47,7 @@ job('Rotate Metrics Cluster Credentials') {
       triggers {
         failure {
           subject('Credentials Rotation Failure on Metrics cluster')
-          content("Something went wrong during the automatic credentials rotation for Metrics Cluster, performed at ${date}. It may be necessary to check the state of the cluster certificates. For further details refer to the following links:\n * ${JOB_URL} \n * ${JENKINS_URL}.")
+          content("Something went wrong during the automatic credentials rotation for Metrics Cluster, performed at ${date}. It may be necessary to check the state of the cluster certificates. For further details refer to the following links:\n * Failing job: https://ci-beam.apache.org/job/Rotate%20Metrics%20Cluster%20Credentials/ \n * Job configuration: https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_MetricsCredentialsRotation.groovy \n * Cluster URL: https://pantheon [...]
           recipientList('dev@beam.apache.org')
         }
       }