Skip to content

Commit

Permalink
remove JenkinsFile and associated jjbb jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed May 23, 2023
1 parent 38b685d commit 4349f17
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 359 deletions.
5 changes: 0 additions & 5 deletions .ci/ci.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,4 @@
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<IntermediateOutputPath>$(ProjectDir)</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<None Include="../Jenkinsfile" />

</ItemGroup>

</Project>
5 changes: 0 additions & 5 deletions .ci/jobs/apm-agent-dotnet-mbp.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .ci/jobs/apm-agent-dotnet.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .ci/jobs/defaults.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,6 @@ resharper_csharp_accessor_owner_body=expression_body
resharper_redundant_case_label_highlighting=do_not_show
resharper_redundant_argument_default_value_highlighting=do_not_show

[Jenkinsfile]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{sh,bat,ps1}]
trim_trailing_whitespace=true
insert_final_newline=true
Expand Down
276 changes: 0 additions & 276 deletions Jenkinsfile

This file was deleted.

2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ After the new changelog and version have been merged to main, the only thing rem
git push upstream v<major>.<minor>.<bug>(-<suffix>)?
```

The above commands will push the GitHub tag and will trigger the corresponding [CI Build pipeline](Jenkinsfile) which will run all the required stages to satisfy the release is in a good shape, then at the very end of the pipeline there will be an input approval waiting for an UI interaction to release to the NuGet repo. This particular input approval step will notify by email, to the owners of this repo, regarding the expected action to be done for doing the release.
The above commands will push the GitHub tag and will trigger the corresponding [Github Action](.github/workflows/release-main.yml) which will run all the required stages to satisfy the release is in a good shape, then at the very end of the pipeline there will be an input approval waiting for an UI interaction to release to the NuGet repo. This particular input approval step will notify by email, to the owners of this repo, regarding the expected action to be done for doing the release.

Tag names should start with a `v` prefix.

Expand Down

0 comments on commit 4349f17

Please sign in to comment.