Merge branch 'master' of ssh://github.com/google/llvm-premerge-checks
This commit is contained in:
commit
6a15e9ca18
1 changed files with 3 additions and 4 deletions
7
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
7
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -37,12 +37,11 @@ pipeline {
|
||||||
git url: 'https://github.com/google/llvm-premerge-checks.git'
|
git url: 'https://github.com/google/llvm-premerge-checks.git'
|
||||||
}
|
}
|
||||||
echo "getting llvm-project... "
|
echo "getting llvm-project... "
|
||||||
powershell "${SCRIPT_DIR}/git_checkout.ps1"
|
//powershell "${SCRIPT_DIR}/git_checkout.ps1"
|
||||||
/* dir("llvm-project")
|
dir("llvm-project")
|
||||||
{
|
{
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
powershell "New-Item -ItemType Directory -Force -Path ${RESULT_DIR}"
|
powershell "New-Item -ItemType Directory -Force -Path ${RESULT_DIR}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -76,7 +75,7 @@ pipeline {
|
||||||
// Google Cloud Storage
|
// Google Cloud Storage
|
||||||
powershell """
|
powershell """
|
||||||
# get the console log
|
# get the console log
|
||||||
Invoke-WebRequest -OutFile console-log.txt -uri http://jenkins.local:8080/job/${JOB_BASE_NAME}/${BUILD_NUMBER}/consoleText" -ErrorAction
|
Invoke-WebRequest -OutFile console-log.txt -uri "http://jenkins.local:8080/job/${JOB_BASE_NAME}/${BUILD_NUMBER}/consoleText" -ErrorAction
|
||||||
|
|
||||||
Copy-Item "${LLVM_DIR}\\build\\CMakeCache.txt"
|
Copy-Item "${LLVM_DIR}\\build\\CMakeCache.txt"
|
||||||
Copy-Item "${LLVM_DIR}\\build\\test-results.xml"
|
Copy-Item "${LLVM_DIR}\\build\\test-results.xml"
|
||||||
|
|
Loading…
Add table
Reference in a new issue