-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/npm_and_yarn/rollup-plugin-visual…
…izer-5.12.0
- Loading branch information
Showing
7 changed files
with
54 additions
and
68 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1 +1 @@ | ||
* @auth0/dx-sdks-engineer | ||
* @auth0/project-dx-sdks-engineer-codeowner |
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
node: ${{ env.NODE_VERSION }} | ||
|
||
- name: Save build artifacts | ||
uses: actions/cache/save@v3 | ||
uses: actions/cache/save@v4 | ||
with: | ||
path: . | ||
key: ${{ env.CACHE_KEY }} | ||
|
@@ -66,7 +66,7 @@ jobs: | |
cache: 'npm' | ||
|
||
- name: Restore build artifacts | ||
uses: actions/cache/restore@v3 | ||
uses: actions/cache/restore@v4 | ||
with: | ||
path: . | ||
key: ${{ env.CACHE_KEY }} | ||
|
@@ -75,7 +75,7 @@ jobs: | |
run: npm run test -- --maxWorkers=2 | ||
|
||
- name: Upload coverage | ||
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # [email protected].4 | ||
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # [email protected].5 | ||
gatsby: | ||
needs: test | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,11 @@ | ||
@Library('k8sAgents') agentLibrary | ||
@Library('auth0') _ | ||
|
||
pipeline { | ||
agent { | ||
label 'crew-brucke' | ||
kubernetes { | ||
yaml defaultAgent() | ||
} | ||
} | ||
|
||
tools { | ||
|
@@ -12,14 +17,6 @@ pipeline { | |
} | ||
|
||
stages { | ||
stage('SharedLibs') { | ||
steps { | ||
library identifier: 'auth0-jenkins-pipelines-library@master', retriever: modernSCM( | ||
[$class: 'GitSCMSource', | ||
remote: '[email protected]:auth0/auth0-jenkins-pipelines-library.git', | ||
credentialsId: 'auth0extensions-ssh-key']) | ||
} | ||
} | ||
stage('Build') { | ||
steps { | ||
sshagent(['auth0extensions-ssh-key']) { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.