-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5574871
commit 94be422
Showing
14 changed files
with
25 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,13 @@ name: NIGHTLY | |
on: | ||
schedule: | ||
- cron: '0 18 * * *' | ||
workflow_dispatch: | ||
jobs: | ||
Build_nightly: | ||
strategy: | ||
matrix: | ||
include: | ||
- os: ubuntu-latest | ||
- os: ubuntu-24.04 | ||
files: | ||
- 'dist/camunda-modeler-nightly-linux-x64.tar.gz' | ||
- os: macos-latest | ||
|
@@ -95,7 +96,7 @@ jobs: | |
run: npm run build -- --win | ||
|
||
- name: Upload artifact to Camunda Download Center | ||
uses: camunda/infra-global-github-actions/download-center-upload@adc932a586d745b8a147a7f52117e683d5c59b54 | ||
uses: camunda/infra-global-github-actions/download-center-upload@gsutil-replacement | ||
with: | ||
gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }} | ||
env: 'prod' | ||
|
@@ -105,7 +106,7 @@ jobs: | |
Post-Failure: | ||
needs: Build_nightly | ||
if: failure() | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Post to a Slack channel | ||
uses: slackapi/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
- released | ||
jobs: | ||
Publish: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
|
||
steps: | ||
- name: Retrieve version | ||
|
@@ -30,7 +30,7 @@ jobs: | |
secrets: | | ||
secret/data/common/jenkins/downloads-camunda-cloud_google_sa_key DOWNLOAD_CENTER_GCLOUD_KEY_BYTES | GCP_CREDENTIALS_NAME; | ||
- name: Upload artifacts to Camunda Download Center | ||
uses: camunda/infra-global-github-actions/download-center-upload@adc932a586d745b8a147a7f52117e683d5c59b54 | ||
uses: camunda/infra-global-github-actions/download-center-upload@gsutil-replacement | ||
with: | ||
gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }} | ||
env: 'prod' | ||
|
@@ -40,7 +40,7 @@ jobs: | |
Post-Failure: | ||
needs: Publish | ||
if: failure() | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Post to a Slack channel | ||
uses: slackapi/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters