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

hansva pushed a commit to branch enable-checks
in repository https://gitbox.apache.org/repos/asf/hop-website.git

commit 89d279763614f754e2d559222d4b75189411cec6
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Nov 17 10:59:01 2025 +0100

    enable the checks again
---
 Jenkinsfile | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0235afc591..6bd9ba2498 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -77,24 +77,24 @@ pipeline {
                 sh "cd $WORKSPACE/hop-website && yarn --non-interactive 
--frozen-lockfile build"
             }
         }
-        // stage('Checks') {
-        //     agent {
-        //         dockerfile {
-        //             dir 'hop-website'
-        //             label "$NODE"
-        //             reuseNode true
-        //             args '-u root'
-        //         }
-        //     }
+        stage('Checks') {
+            agent {
+                dockerfile {
+                    dir 'hop-website'
+                    label "$NODE"
+                    reuseNode true
+                    args '-u root'
+                }
+            }
 
-        //     environment {
-        //         HOME = "$WORKSPACE"
-        //     }
+            environment {
+                HOME = "$WORKSPACE"
+            }
 
-        //     steps {
-        //         sh "cd $WORKSPACE/hop-website && yarn --non-interactive 
--frozen-lockfile checks"
-        //     }
-        // }
+            steps {
+                sh "cd $WORKSPACE/hop-website && yarn --non-interactive 
--frozen-lockfile checks"
+            }
+        }
         stage('Deploy') {
             when {
                 branch 'main'

Reply via email to