Compare commits

...

No commits in common. "ca9c74a5cc52105c23a9974aa6994fb7e38b6c7b" and "ab9b35767f60febb3e31208c7e531bb2268a1ea9" have entirely different histories.

1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -8,6 +8,11 @@ pipeline {
}
}
environment {
TMPDIR = "${WORKSPACE}@tmp"
XDG_CACHE_HOME = "${WORKSPACE}/.cache"
}
stages {
stage('Build') {
steps {