From 0cbd410cce89b13250b5a94e177911ae0f554a61 Mon Sep 17 00:00:00 2001 From: Konstantinos Kagkelidis Date: Mon, 12 Aug 2024 18:07:32 +0300 Subject: [PATCH] capture argo-web-api artifact in jenkins --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index b7037c06..e4aebaf3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,6 +41,8 @@ pipeline { junit '**/junit.xml' cobertura coberturaReportFile: '**/coverage.xml' + archiveArtifacts artifacts: '**/argo-web-api' + } } stage ('Deploy Docs') {