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') {