This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch release/6.3.0 in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/release/6.3.0 by this push: new 6edcb8bd5 Moves notifications into commits@ list 6edcb8bd5 is described below commit 6edcb8bd5c3d94127a9258175f349c7d43ce2db4 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Sep 5 07:53:42 2023 +0200 Moves notifications into commits@ list --- .asf.yaml | 4 ++-- Jenkinsfile | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 2fe0ffdfa..4d26e0d02 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -3,8 +3,8 @@ notifications: commits: commits@struts.apache.org # Send all issue emails (new, closed, comments) to issues@ issues: iss...@struts.apache.org - # Send new/closed PR notifications to dev@ - pullrequests_status: d...@struts.apache.org + # Send new/closed PR notifications to commits@ + pullrequests_status: commits@struts.apache.org # Send individual PR comments/reviews to issues@ pullrequests_comment: iss...@struts.apache.org # Link opened PRs with JIRA diff --git a/Jenkinsfile b/Jenkinsfile index b74c44ebb..1d0201294 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,9 +19,9 @@ pipeline { stage('Build a staged website') { steps { sh ''' - echo Generating a new version of website + echo Generating a new version of website - gem install --install-dir ${GEM_HOME} bundler -v '2.3.23' + gem install --install-dir ${GEM_HOME} bundler -v '2.3.23' bundle config set --local path ${GEM_HOME} bundle install @@ -41,7 +41,7 @@ pipeline { git fetch asf git checkout asf-staging git pull asf asf-staging - + cp -r _site/* content cp -r _site/.htaccess content/.htaccess @@ -70,7 +70,7 @@ pipeline { failure { script { emailext( - //to: "d...@struts.apache.org", + //to: "commits@struts.apache.org", recipientProviders: [[$class: 'DevelopersRecipientProvider']], from: "Mr. Jenkins <jenk...@builds.apache.org>", subject: "Jenkins job ${env.JOB_NAME}#${env.BUILD_NUMBER} failed", @@ -93,7 +93,7 @@ Director of Continuous Integration fixed { script { emailext( - //to: "d...@struts.apache.org", + //to: "commits@struts.apache.org", recipientProviders: [[$class: 'DevelopersRecipientProvider']], from: 'Mr. Jenkins <jenk...@builds.apache.org>', subject: "Jenkins job ${env.JOB_NAME}#${env.BUILD_NUMBER} back to normal",