Skip to content

Commit 20ecc6b

Browse files
authored
use in repo configuration
1 parent ee3ebf0 commit 20ecc6b

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
---
22
general:
33
buildTool: "npm"
4-
jenkinsKubernetes:
5-
securityContext:
6-
runAsUser: 0
7-
fsGroup: 0
84
service:
95
buildToolVersion: "N18"
6+
stages:
7+
Release:
8+
credentialVariables:
9+
- name: "releaseToken"
10+
credentialId: "gh-add-release-d036667"
11+
stringVariables:
12+
- name: "RELEASE_NAME"
13+
value: "release"
14+
runFirst:
15+
command: "npm install octokit; node ./release.js"
1016
stages:
1117
Build:
1218
mavenExecuteStaticCodeChecks: false
1319
npmExecuteLint: false
1420
Additional Unit Tests:
1521
npmExecuteScripts: false
1622
Acceptance:
17-
cloudFoundryDeploy: false
1823
npmExecuteEndToEndTests: false
24+
cloudFoundryDeploy: false
1925
Compliance:
2026
sonarExecuteScan: false
2127
Release:
22-
cloudFoundryDeploy: false
28+
tmsExport: false
2329
tmsUpload: false
30+
cloudFoundryDeploy: false
2431
steps:
2532
artifactPrepareVersion:
2633
versioningType: "cloud_noTag"

0 commit comments

Comments
 (0)