Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 06b04abf47 ci: Switch to K8s build agent
dustin/metricspi/pipeline/pr-master This commit looks good Details
dustin/metricspi/pipeline/head Something is wrong with the build of this commit Details
2022-08-29 11:30:41 -05:00
1 changed files with 3 additions and 0 deletions

3
ci/Jenkinsfile vendored
View File

@ -24,6 +24,9 @@ pipeline {
environment {
BUILDROOT_SRC = "${env.WORKSPACE}/buildroot"
TMPDIR = "${env.WORKSPACE_TMP}"
TEMP = "${env.WORKSPACE_TMP}"
TMP = "${env.WORKSPACE_TMP}"
}
stages {