forked from modelab/DynamoDictionary_React
-
Notifications
You must be signed in to change notification settings - Fork 15
/
pipeline.yml
38 lines (34 loc) · 1.32 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
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.8"
- 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"
- HARMONY_REPO : "DynamoDS/DynamoDictionary"
timeout: 420
check_changelog_updated_on_pr: false
pipeline_os: "Windows"
force_slack_notification : true
schedule:
cron_schedule: "once_a_week"
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:
product_name: Dynamo Services
hidden_email_list: dynamo_ws_access
repository: env.HARMONY_REPO