Compare commits
No commits in common. "ca9c74a5cc52105c23a9974aa6994fb7e38b6c7b" and "ab9b35767f60febb3e31208c7e531bb2268a1ea9" have entirely different histories.
ca9c74a5cc
...
ab9b35767f
|
@ -8,6 +8,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
TMPDIR = "${WORKSPACE}@tmp"
|
||||
XDG_CACHE_HOME = "${WORKSPACE}/.cache"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
|
Reference in New Issue