Skip to content

Commit

Permalink
fix(toolchain): update github actions to v4
Browse files Browse the repository at this point in the history
OUI-3074
  • Loading branch information
gillerr committed May 6, 2024
1 parent 915c972 commit 2b57e20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI
# events but only for the master branch
on:
push:
branches: [master]
branches: [master, bugfix/OUI-3074-ci-workflow-on-github-failed-on-release-11.1.1]
pull_request:
branches: [master, develop]

Expand Down
9 changes: 5 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ nodejsPipelineTemplate {
]
branches = [
'*': [
'lint': 'npm run lint',
'test': 'npm test -ws',
'build': 'npm run build -ws',
sonar: true
'gitPush': [
'credentialId': 'githubObliqueCredentials',
'repository': 'https://github.com/oblique-bit/oblique.git',
setUpstream: true
],
],
'release/major_*': [
'cloudFoundry': [
Expand Down

0 comments on commit 2b57e20

Please sign in to comment.