Compare commits
No commits in common. "5dbc9f3edeb581f0826269e53ee37ead092a6899" and "6a4994b9e17ab512b8585fe655528f7b64929550" have entirely different histories.
5dbc9f3ede
...
6a4994b9e1
|
@ -7,6 +7,11 @@ pipeline {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
XDG_CACHE_HOME = "${WORKSPACE}"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
: ${PUBLISH_HOST:=file0.pyrocufflink.blue}
|
||||
: ${PUBLISH_HOST:=jenkins@file0.pyrocufflink.blue}
|
||||
: ${PUBLISH_PATH:=/var/lib/wheels/homeassistant}
|
||||
|
||||
rsync -rtiO \
|
||||
|
|
Reference in New Issue