Skip to content

Commit

Permalink
IGNORE
Browse files Browse the repository at this point in the history
  • Loading branch information
gillerr committed May 3, 2024
1 parent ed53e95 commit d0923e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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
13 changes: 7 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ nodejsPipelineTemplate {
'npmCredentialId': 'npmDeploymentTokenOblique'
]
branches = [
'*': [
'lint': 'npm run lint',
'test': 'npm test -ws',
'build': 'npm run build -ws',
sonar: true
],
'release/major_*': [
'cloudFoundry': [
['project': 'sds', 'space': 'dev'],
Expand Down Expand Up @@ -44,6 +38,13 @@ nodejsPipelineTemplate {
'cloudFoundry': [
['project': 'sds', 'space': 'prod']
]
],
'bugfix/OUI-3074-ci-workflow-on-github-failed-on-release-11.1.1': [
'gitPush': [
'credentialId': 'githubObliqueCredentials',
'repository': 'https://github.com/oblique-bit/oblique.git',
setUpstream: true
],
]
]
}

0 comments on commit d0923e8

Please sign in to comment.