This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
commit 0a7fb5885e9115408d2480f523c6532f52871a2b Author: Mick Semb Wever <[email protected]> AuthorDate: Sat May 6 13:12:07 2023 +0200 update cassandra logo url in jenkins --- jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy old mode 100644 new mode 100755 index 9c0f7b0..e721b81 --- a/jenkins-dsl/cassandra_job_dsl_seed.groovy +++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy @@ -10,7 +10,7 @@ //////////////////////////////////////////////////////////// def jobDescription = ''' -<p><img src="http://cassandra.apache.org/img/cassandra_logo.png" /> +<p><img src="http://cassandra.apache.org/assets/img/logo-white.svg" /> <br/>Apache Cassandra DSL-generated job - DSL git repo: <a href="https://github.com/apache/cassandra-builds">cassandra-builds</a></p> <p>Logs and test results are archived in <a href="https://nightlies.apache.org/cassandra/">nightlies.apache.org</a> <br/><i>protip: it is required to look in the pipeline's console log to find the stage build numbers for a specific pipeline run</i></p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
