diff --git a/Jenkinsfile b/Jenkinsfile index ea1baceec790c53eeeab68f627633f08d0e87caf..cd3ba4c85997c3dc43f33c5773868ce41e32024a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -190,7 +190,7 @@ BUILD-FAILURE: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]': Check console output at "${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]" """, - to: "dev@iotdb.apache.org" + to: "notifications@iotdb.apache.org" ) } } @@ -207,7 +207,7 @@ BUILD-UNSTABLE: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]' Check console output at "${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]" """, - to: "dev@iotdb.apache.org" + to: "notifications@iotdb.apache.org" ) } } @@ -224,7 +224,7 @@ BUILD-STABLE: Job '${env.JOB_NAME} [${env.BRANCH_NAME}] [${env.BUILD_NUMBER}]': Is back to normal. """, - to: "dev@iotdb.apache.org" + to: "notifications@iotdb.apache.org" ) } }