Skip to content

Release

Release #14

Manually triggered August 14, 2023 15:20
Status Failure
Total duration 1m 42s
Artifacts

release.yml

on: workflow_dispatch
Decide next version
15s
Decide next version
Build Ops Web  /  build-image
1m 1s
Build Ops Web / build-image
Semantic Release
0s
Semantic Release
Matrix: Push images to New Production
Matrix: Push images to Staging
Matrix: Push images to Test
Publish to NuGet
0s
Publish to NuGet
Publish to Atlassian
0s
Publish to Atlassian
Matrix: Push images to Production
Deploy to new production started
0s
Deploy to new production started
Deploy to staging started
0s
Deploy to staging started
Deploy to test started
0s
Deploy to test started
Matrix: Deploy to new production
Matrix: Deploy to staging
Matrix: Deploy to test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
Build Ops Web / build-image
Process completed with exit code 126.
Decide next version
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Ops Web / build-image: src/Ops.Web/Jobs/JobsOptions.cs#L5
Non-nullable property 'ApiUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Jobs/JobsOptions.cs#L6
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Jobs/JobsOptions.cs#L7
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Jobs/JobsOptions.cs#L8
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Jobs/JobsFilter.cs#L18
Dereference of a possibly null reference.
Build Ops Web / build-image: src/Ops.Web/Components/Dialog.razor.cs#L8
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Components/Dialog.razor.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Ticketing/TicketsFilter.cs#L17
Dereference of a possibly null reference.
Build Ops Web / build-image: src/Ops.Web/Ticketing/TicketingOptions.cs#L8
Non-nullable property 'MonitoringUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Ticketing/TicketingOptions.cs#L11
Non-nullable property 'TicketingServiceUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Ticketing/TicketsFilter.cs#L17
Dereference of a possibly null reference.
Build Ops Web / build-image: src/Ops.Web/Ticketing/TicketingOptions.cs#L8
Non-nullable property 'MonitoringUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Ticketing/TicketingOptions.cs#L11
Non-nullable property 'TicketingServiceUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Ticketing/TicketingOptions.cs#L14
Non-nullable property 'PublicApiTicketingUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Pages/Ticketing.razor#L38
Unboxing a possibly null value.
Build Ops Web / build-image: src/Ops.Web/Pages/Ticketing.razor.cs#L16
Non-nullable property 'TicketingApiProxy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Pages/Ticketing.razor.cs#L19
Non-nullable property 'TicketingOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Pages/Ticketing.razor.cs#L24
Non-nullable property 'TicketsFilter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Ops Web / build-image: src/Ops.Web/Pages/GrbJobs.razor#L40
Unboxing a possibly null value.
Build Ops Web / build-image: src/Ops.Web/Pages/GrbJobs.razor.cs#L16
Non-nullable property 'JobsApiProxy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.