Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Pipelines status showing as 'failed'; latest build returns 'Pipeline not found' #130

Closed
Borgquite opened this issue Sep 7, 2023 · 7 comments · Fixed by #131
Closed
Labels
documentation The issue is related to documentation only.

Comments

@Borgquite
Copy link
Contributor

This really is a nit pick - blame @johlju for encouraging me to report things in #129 :)

For some reason on the front page the 'Azure Pipelines' build status shows as 'FAILED':

image

Clicking this returns the results for a (failed) 4.5.0-preview.2 build.

image

From there clicking 'Pipelines' shows the successful 5.0.0 build:

image

But clicking that link for more details shows 'Pipeline not found':

image

Not a big deal but seems the automated build process is still a bit 'off'

@johlju
Copy link
Member

johlju commented Sep 7, 2023

Hmm, that was a new one. Thanks again for reporting, learn new stuff. 🙂 This probably because as per #129 several pipelines ran on the same commit ID. Guessing it find a random job and reports that, not sure if it possible to fix without pushing a new commit and then releasing that commit as 5.0.1 or something. 🤔

@johlju
Copy link
Member

johlju commented Sep 7, 2023

@johlju
Copy link
Member

johlju commented Sep 7, 2023

So if we can find a typo or something else easy to fix under the source folder, then we can release a patch version and hopefully the label will be green (it works in other repos, when there is a single release on one commit ID). 😉

@johlju johlju added help wanted The issue is up for grabs for anyone in the community. documentation The issue is related to documentation only. labels Sep 7, 2023
@johlju
Copy link
Member

johlju commented Sep 7, 2023

This file should no longer be needed with the latest ModuleBuilder version, so it is safe to remove: https://github.com/dsccommunity/DFSDsc/blob/main/source/Build.psd1

@johlju johlju added the good first issue The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub label Sep 7, 2023
@johlju
Copy link
Member

johlju commented Sep 7, 2023

@Borgquite if you would be so kind to review (sign off) on the PR #131 then I can merge it (once the tests passes).

@johlju johlju added in progress The issue is being actively worked on by someone. and removed help wanted The issue is up for grabs for anyone in the community. good first issue The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub labels Sep 7, 2023
@Borgquite
Copy link
Contributor Author

@johlju :) Don't have write access so not sure if my review is enough. Nonetheless have done so in case it helps! :)

@johlju johlju removed the in progress The issue is being actively worked on by someone. label Sep 7, 2023
@johlju
Copy link
Member

johlju commented Sep 7, 2023

Should be all good now. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation The issue is related to documentation only.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants