Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
308 views
in Technique[技术] by (71.8m points)

azure pipelines - Is it possible to view the build definition of a past build run draft?

I am finalizing a build pipeline where im trying to publish artifacts to Azure App Service. However, im running into a certain issue, but last week, i somehow resolved that issue but forgot to publsih the draft, and i ended up adding more tasks that just messed up the working version from last week. I still have the run showing, but i dont see a way to view the task details (such as parameter or path configurations). is it possible to view these details? perhaps view the YAML of that draft that worked?

workingrun

so by task details i mean like this:

task details

clicking edit pipeline takes me to the current draft, which is the one thats not working. Is it not then possible to look at task details of past build drafts?

question from:https://stackoverflow.com/questions/65912538/is-it-possible-to-view-the-build-definition-of-a-past-build-run-draft

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

clicking edit pipeline takes me to the current draft, which is the one thats not working. Is it not then possible to look at task details of past build drafts?

Open current draft definition, click the tab History, we could check the update history.

Then we could click the button Compare Difference to compare the current draft version with the previous version definition info. And click the button Revert Pipeline to restore to the previous version

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...