don't update cn.status.im on every release build
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ffaf8038b3
commit
420a64e72d
|
@ -95,20 +95,9 @@ pipeline {
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
|
when { expression { btype == 'nightly' } }
|
||||||
steps { script {
|
steps { script {
|
||||||
switch (btype) {
|
build('misc/status.im')
|
||||||
case 'nightly':
|
|
||||||
build('misc/status.im')
|
|
||||||
break
|
|
||||||
case 'release':
|
|
||||||
build(
|
|
||||||
job: 'misc/cn.status.im',
|
|
||||||
parameters: [
|
|
||||||
[name: 'APK_URL', value: urls.Apk, $class: 'StringParameterValue'],
|
|
||||||
]
|
|
||||||
)
|
|
||||||
break
|
|
||||||
}
|
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
stage('Run e2e') {
|
stage('Run e2e') {
|
||||||
|
|
Loading…
Reference in New Issue