forked from DynamoDS/DynamoDictionary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipeline.yml
45 lines (40 loc) · 1.62 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
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 : "dynamo.dev@autodesk.com"
- DOCKER_IMAGE_VERSION : "1.0.7"
- BUCKETNAME : "dictionary.dynamobim.com"
- DISTRIBUTIONID : "E29G935QNLRDFJ"
- DOCKER_WORKSPACE : "C:\\Workspace"
- COMMON_RESOURCES_DIR : "cicdresources"
- DOCKER_CONTAINER : "build-dictionary"
- URL_REPO_TOOLS : "https://github.com/DynamoDS/DynamoDictionary.git"
- BRANCH_TOOLS : "cicdresources"
timeout: 420
check_changelog_updated_on_pr: false
pipeline_os: "Windows"
force_slack_notification : true
schedule:
cron_schedule: "once_a_month"
build:
-
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -File .\\cicd\\DownloadCICDResources.ps1"
- "pwsh.exe -ExecutionPolicy ByPass -File .\\%COMMON_RESOURCES_DIR%\\scripts\\SetupHost.ps1"
- "pwsh.exe -ExecutionPolicy ByPass -File .\\%COMMON_RESOURCES_DIR%\\scripts\\StartContainer.ps1"
- "pwsh.exe -ExecutionPolicy ByPass -File .\\%COMMON_RESOURCES_DIR%\\scripts\\DockerBuild.ps1"
soc2:
run_on_any_branch : true
harmony:
hidden_email_list: dynamo_ws_access
third_party_lib_paths:
- "node_modules"
deployment:
-
type: customized
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -File .\\%COMMON_RESOURCES_DIR%\\scripts\\DockerVaultLogin.ps1"
- "pwsh.exe -ExecutionPolicy ByPass -File .\\%COMMON_RESOURCES_DIR%\\scripts\\DockerDeploy.ps1"
- "pwsh.exe -ExecutionPolicy ByPass -File .\\%COMMON_RESOURCES_DIR%\\scripts\\PostDeploy.ps1"