re-enable site updates on nightly builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
13c7f06317
commit
dc0d0b59cb
|
@ -69,14 +69,13 @@ pipeline {
|
||||||
switch (btype) {
|
switch (btype) {
|
||||||
/* legacy naming, should have named it nightly.json */
|
/* legacy naming, should have named it nightly.json */
|
||||||
case 'nightly': cmn.updateBucketJSON(urls, 'latest.json'); break
|
case 'nightly': cmn.updateBucketJSON(urls, 'latest.json'); break
|
||||||
case 'release': cmn.updateBucketJSON(urls, 'release.json'); break
|
|
||||||
}
|
}
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
steps { script {
|
steps { script {
|
||||||
switch (btype) {
|
switch (btype) {
|
||||||
//case 'nightly': build('misc/status.im'); break
|
case 'nightly': build('misc/status.im', wait: false); break
|
||||||
case 'release': gh.publishReleaseMobile(); break
|
case 'release': gh.publishReleaseMobile(); break
|
||||||
}
|
}
|
||||||
} }
|
} }
|
||||||
|
|
Loading…
Reference in New Issue