This is an automated email from the ASF dual-hosted git repository. hansva pushed a commit to branch disable-checks in repository https://gitbox.apache.org/repos/asf/hop-website.git
commit da98daa3862b959446e9f592178151812a5761c8 Author: Hans Van Akelyen <[email protected]> AuthorDate: Mon Nov 17 09:50:56 2025 +0100 [RELEASE] disable checks for now --- Jenkinsfile | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6bd9ba2498..0235afc591 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'
