From 5e5029c1d8dcf0e5281ed72dccf14357dc85dc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Mon, 10 Feb 2020 18:58:18 +0100 Subject: [PATCH] storing choose_projects.log --- Jenkins/Phabricator-windows-pipeline/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile index 0630dce..995c169 100644 --- a/Jenkins/Phabricator-windows-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-windows-pipeline/Jenkinsfile @@ -100,6 +100,7 @@ pipeline { Invoke-WebRequest -OutFile console-log.txt -uri "http://jenkins.local:8080/job/${JOB_BASE_NAME}/${BUILD_NUMBER}/consoleText" -ErrorAction "Continue" Write-Host "Copying build artefacts..." + Copy-Item "${LLVM_DIR}\\choose_projects.log" -ErrorAction Continue Copy-Item "${LLVM_DIR}\\build\\CMakeCache.txt" -ErrorAction Continue Copy-Item "${LLVM_DIR}\\build\\test-results.xml" -ErrorAction Continue