forked from DynamoDS/PackageManagerClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline.yml
46 lines (40 loc) · 1.27 KB
/
pipeline.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: 0.1.1
env:
- JENKINS_NODE_WIN: "DynamoDockerWin"
- SLACK_QUANTUM_BUILD_CHANNEL : "#dynamo-jenkinsbuild"
- SLACK_QUANTUM_BUILD_CREDENTIAL_ID : "slack-notify-token"
- MAIL_QUANTUM_BUILD_RECIPIENT : "[email protected]"
- DOCKER_WORKSPACE : "c:\\Greg"
- COMMON_TOOLS_DIR : "cicdscripts\\tools"
- NUGETTOOL : "Nuget\\nuget.exe"
- DOCKER_CONTAINER : "buildContainer"
check_changelog_updated_on_pr: false
pipeline_os: "Windows"
force_slack_notification : true
language: csharp
schedule:
cron_schedule: "once_a_month"
jenkins_creds:
-
type: secretText
credentialsId: dynamovisualprogramming_nuget_api_key
secretText: APIKEY
build:
-
setup_proj_deps : true
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -File .\\cicdscripts\\SetupHost.ps1"
- "pwsh.exe -ExecutionPolicy ByPass -File .\\cicdscripts\\BuildSolution.ps1"
soc2:
harmony:
hidden_email_list: dynamo_ws_access
third_party_lib_paths:
- "third_party"
- "src/packages"
- "%COMMON_TOOLS_DIR%"
deployment:
-
type: customized
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -File .\\cicdscripts\\ExecuteContainerDeploy.ps1"
- "pwsh.exe -ExecutionPolicy ByPass -File .\\cicdscripts\\PostDeploy.ps1"