diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 7750a34060..6c0f6574a7 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -88,7 +88,7 @@ pipeline { case 'nightly': /* Create JSON file with newest build URLs */ s3.updateBucketJSON(urls, 'latest.json'); - build(job: 'misc/status.im', wait: false); + build(job: 'website/status.im', wait: false); break; case 'release': github.publishReleaseFiles(repo: 'status-react');