Skip to content

Commit e3b9757

Browse files
committed
Update Jenkisnfile
1 parent d8afd37 commit e3b9757

2 files changed

Lines changed: 15 additions & 27 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,3 @@
44
@Library('CILibrary@CBP/stable') _
55

66
StartPipeline()
7-
8-
@NonCPS
9-
def printParams() {
10-
env.getEnvironment().each { name, value -> println "$name : $value" }
11-
}
12-
println "*******************************************************************"
13-
printParams()
14-
println "*******************************************************************"

pipeline.yml

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
version: 1.6.0
22
env:
33
- JENKINS_NODE_WIN: "CDA-VS22-CBCI-DT"
4-
- SLACK_QUANTUM_BUILD_CHANNEL : "#dynamo-jenkinsbuild"
5-
- SLACK_QUANTUM_BUILD_CREDENTIAL_ID : "slack-notify-token"
6-
- MAIL_QUANTUM_BUILD_RECIPIENT : "dynamo.dev@autodesk.com"
4+
- SLACK_QUANTUM_BUILD_CHANNEL: "#dynamo-jenkinsbuild"
5+
- SLACK_QUANTUM_BUILD_CREDENTIAL_ID: "slack-notify-token"
6+
- MAIL_QUANTUM_BUILD_RECIPIENT: "dynamo.dev@autodesk.com"
77

88
check_changelog_updated_on_pr: false
99
pipeline_os: "Windows"
10-
force_slack_notification : true
10+
force_slack_notification: true
1111
language: csharp
1212

13-
schedule :
14-
cron_schedule : once_a_week
13+
schedule:
14+
cron_schedule: once_a_week
1515

1616
build:
17-
-
18-
scripts:
17+
- scripts:
1918
- dotnet build --configuration Release IronPython3Extension.sln
2019

2120
ci_test:
22-
tests:
23-
-
24-
scripts:
21+
tests:
22+
- scripts:
2523
- dotnet coverage collect "dotnet test --no-build --configuration Release IronPython3Extension.sln --filter \"TestCategory!=Failure\" --logger:junit --logger:trx" -f xml -o "coverage.xml"
2624
test_report_dir: "IronPython3Tests/TestResults"
2725
test_report_pattern:
@@ -45,15 +43,13 @@ soc2:
4543
- package_output
4644

4745
deployment:
48-
-
49-
type: sign
46+
- type: sign
5047
files_to_sign:
51-
- package_output\DSIronPython3\bin\DSIronPython3Empty.dll
52-
- package_output\DSIronPython3\extra\python3eval.dll
53-
- package_output\DSIronPython3\extra\IronPython3Extension.dll
54-
55-
-
56-
type: artifacts
48+
- package_output\DSIronPython3\bin\DSIronPython3Empty.dll
49+
- package_output\DSIronPython3\extra\python3eval.dll
50+
- package_output\DSIronPython3\extra\IronPython3Extension.dll
51+
52+
- type: artifacts
5753
publish_to_jenkins: true
5854
publish_to_artifactory: false
5955
publish_to_package_manager: true

0 commit comments

Comments
 (0)