From 004118535f4db4828230715ae53a460066208d11 Mon Sep 17 00:00:00 2001 From: Sakthi Date: Sun, 10 Feb 2019 11:38:55 -0800 Subject: [PATCH] HBASE-21861: Handle the missing file issues from the Linkchecker job --- dev-support/jenkins-scripts/check-website-links.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-support/jenkins-scripts/check-website-links.sh b/dev-support/jenkins-scripts/check-website-links.sh index 1f7cd1c1d18ed8680e655ea055163275fb26f286..064a3ee46e0a5e008bfba025991896651fb276aa 100755 --- a/dev-support/jenkins-scripts/check-website-links.sh +++ b/dev-support/jenkins-scripts/check-website-links.sh @@ -47,6 +47,12 @@ linklint/linklint.pl -http \ /@ \ -skip /testapidocs/@ \ -skip /testdevapidocs/@ \ + -ignore @/0.94/@ + -ignore @/generated/@ + -ignore @/protobuf/@ + -ignore @/org/apache/hadoop/hbase/tmpl/common/@ + -ignore @/com/google/protobuf/@ + -ignore @/org/apache/hadoop/hbase/generated/@ -net \ -redirect \ -no_query_string \ -- 2.17.2 (Apple Git-113)