From eddc47ef10e6ec050f53b8512b8ad55e36c0c7f5 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Tue, 7 Jun 2022 14:27:14 -0400 Subject: [PATCH] Avoid 'test' target for now in Jenkins build due to docker calls having issues --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 61b918f..67ef04d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,10 +26,10 @@ dockerizedBuildPipeline( // make all // ''' // }, - // Avoid 'test' target for now due to docker calls having issues on Jenkins + // Avoid 'test', 'lint' targets for now due to docker calls having issues on Jenkins buildAndTest: { sh ''' - make deps lint build + make deps build ''' }, vulnerabilityScan: {