This is an automated email from the ASF dual-hosted git repository. jialiang pushed a commit to branch revert-3810-AMBARI-26114 in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 7922f1a03ef1d8b927eb44f60506d069baa8213f Author: jialiang <[email protected]> AuthorDate: Thu Sep 5 09:01:27 2024 +0800 Revert "AMBARI-26114: Configure Chromium Browser in Jenkins file for Ambari (…" This reverts commit 2cbf3fcc15f21a766b71ff3ef174a9ba2cff88ca. --- Jenkinsfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 489683ba86..638b6c8a21 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,8 +96,11 @@ pipeline { parallel { stage('Ambari WebUI Tests') { steps { - sh 'export CHROME_BIN=/usr/bin/chromium-browser' - sh 'mvn -T 2C -am test -pl ambari-web,ambari-admin -Dmaven.artifact.threads=10 -Drat.skip' + withEnv(['OPENSSL_CONF=/dev/null']) { + sh 'lsb_release -a' + sh 'mvn -T 2C -am test -pl ambari-web,ambari-admin -Dmaven.artifact.threads=10 -Drat.skip' + + } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
