You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sm...@apache.org on 2021/10/08 06:33:00 UTC

[cassandra-builds] branch trunk updated: turn off owasp dependency check in Jenkins pipeline because of instability

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

smiklosovic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 851b7ca  turn off owasp dependency check in Jenkins pipeline because of instability
851b7ca is described below

commit 851b7cae9c1e992ab9cc6b2e61c27bc785eee8e7
Author: Stefan Miklosovic <sm...@apache.org>
AuthorDate: Fri Oct 8 08:30:32 2021 +0200

    turn off owasp dependency check in Jenkins pipeline because of instability
    
    see https://github.com/jeremylong/DependencyCheck/issues/3710 for more details
---
 build-scripts/cassandra-artifacts.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/build-scripts/cassandra-artifacts.sh b/build-scripts/cassandra-artifacts.sh
index 9423789..a807a41 100755
--- a/build-scripts/cassandra-artifacts.sh
+++ b/build-scripts/cassandra-artifacts.sh
@@ -50,7 +50,9 @@ set +e # disable immediate exit from this point
 ARTIFACTS_BUILD_RUN=0
 ECLIPSE_WARNINGS_RUN=0
 
-HAS_DEPENDENCY_CHECK_TARGET=$(ant -p build.xml | grep "dependency-check " | wc -l)
+#HAS_DEPENDENCY_CHECK_TARGET=$(ant -p build.xml | grep "dependency-check " | wc -l)
+# OWASP dep checs are unstable in Jenkins, we are getting 503 errors every now and then from NIST CVE database
+HAS_DEPENDENCY_CHECK_TARGET=0
 DEPENDENCY_CHECK_VERSION=6.3.2
 
 for x in $(seq 1 3); do

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org