From a58b92d3c09d8d2d2a566725ee3ca1f6d207b4d9 Mon Sep 17 00:00:00 2001 From: Victor M Date: Tue, 31 Oct 2023 12:04:35 +0100 Subject: [PATCH] try hardcoding path --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ae839333b..25f6194a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,8 @@ pipeline { } post { always { - archiveArtifacts artifacts: '${ARTIFACTS_DIR}/*.txt' + //archiveArtifacts artifacts: '$ARTIFACTS_DIR/*.txt' + archiveArtifacts artifacts: 'vuln-artifacts/*.txt' } } }