We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e228d0 commit fee8ef5Copy full SHA for fee8ef5
ci/Jenkinsfile.combined
@@ -35,8 +35,6 @@ pipeline {
35
stage('Prep') {
36
steps { script {
37
println("Current JOB: ${env.JOB_NAME}")
38
- /* just for a shorter access */
39
- btype = utils.getBuildType()
40
} }
41
}
42
stage('Build') {
@@ -84,10 +82,8 @@ pipeline {
84
82
when { expression { params.PUBLISH } }
85
83
86
switch (btype) {
87
- case 'nightly':
88
- /* Create JSON file with newest build URLs */
+ case 'nightly': /* Create JSON file with newest build URLs */
89
s3.updateBucketJSON(urls, 'latest.json');
90
- build(job: 'website/status.im', wait: false);
91
break;
92
case 'release':
93
github.publishReleaseFiles(repo: 'status-mobile');
0 commit comments