Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin dd75219ab3 ci: Switch to K8s build agent
dustin/metricspi/pipeline/pr-master There was a failure building this commit Details
2022-08-28 13:11:13 -05:00
1 changed files with 0 additions and 3 deletions

3
ci/Jenkinsfile vendored
View File

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