Skip to content

Commit

Permalink
Merge pull request #10 from AlexisErazoGlobant/DYN-6742
Browse files Browse the repository at this point in the history
Pipeline changes and zip with PS.
  • Loading branch information
sm6srw authored May 20, 2024
2 parents d7eae8f + b8dee36 commit 526ac37
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.1
version: 1.4.0
env:
- JENKINS_NODE_WIN: "DynamoWinBuild"
- SLACK_QUANTUM_BUILD_CHANNEL : "#dynamo-jenkinsbuild"
Expand All @@ -22,13 +22,35 @@ ci_test:
tests:
-
scripts:
- "dotnet test --no-build --configuration Release IronPython3Extension.sln --logger:junit"
test_report_dir: "./IronPython3Tests/TestResults"
- "dotnet test --no-build --configuration Release IronPython3Extension.sln --filter \"TestCategory!=Failure\" --logger:junit"
test_report_dir: "IronPython3Tests/TestResults"
test_report_pattern:
format: "junit"
pattern: "*.xml"

soc2:
harmony:
allow_branches:
- master
hidden_email_list: dynamo_ws_access
fail_on_audit_failure: false
third_party_lib_paths:
- package_output

deployment:
-
type: sign
files_to_sign:
- package_output\DSIronPython3\bin\DSIronPythonEmpty.dll
- package_output\DSIronPython3\extra\python3eval.dll
- package_output\DSIronPython3\extra\IronPython3Extension.dll

-
type: artifacts
allow_branches: master
publish_to_artifactory: false
publish_to_jenkins: true
scripts:
- "pwsh.exe -ExecutionPolicy ByPass -Command Compress-Archive -Path .\\package_output\\DSIronPython3 -DestinationPath .\\DSIronPython3Package.zip"
outputs:
- "DSIronPython3Package.zip"

0 comments on commit 526ac37

Please sign in to comment.