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

jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2cbf3fcc15 AMBARI-26114: Configure Chromium Browser in Jenkins file 
for Ambari (#3810)
2cbf3fcc15 is described below

commit 2cbf3fcc15f21a766b71ff3ef174a9ba2cff88ca
Author: jialiang <[email protected]>
AuthorDate: Wed Sep 4 09:52:01 2024 +0800

    AMBARI-26114: Configure Chromium Browser in Jenkins file for Ambari (#3810)
    
    * AMBARI-26114: Configure Chromium Browser in Jenkins file for Ambari
---
 Jenkinsfile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 638b6c8a21..489683ba86 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -96,11 +96,8 @@ pipeline {
             parallel {
                 stage('Ambari WebUI Tests') {
                     steps {
-                        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'
-
-                        }
+                       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'
                     }
                 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to