-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Set up CI with Azure Pipelines #317
Conversation
I'm a Program Manager on Azure Pipelines. Let me know if you have any questions or suggestions. I'm happy to help! |
@lipkau , |
2194fa5
to
fe76906
Compare
Thank you, @kaylangan .
This is all the feedback I have for now. But I really appreciate the product and the upgrade free tier you provide. Helps a lot for hobby projects, like this/these one/s. |
@Dejulia489 : |
5108885
to
8b39e37
Compare
8b39e37
to
dbf8cb5
Compare
@lipkau, I built my build pipeline from a json template with AzurePipelinesPS. I have update my yml to reflect my build. |
For adding "tag a commit" in the release pipeline, you can use the variable Release.Artifacts.{alias}.SourceVersion |
Update: the ability to upload build artifacts from a fork PR build should be available in Azure Pipelines production by the end of next week (November 9) - hopefully sooner. |
thank you for the hint, @shashban . If I understand you correctly, I should be able to open the repo on the correct commit with something like this:
is this correct? |
Thank you so much for the update @davidstaheli . |
😄 I'm glad you brought it up, @lipkau! I'll be sure to update that ticket and the one it links to as soon as this is available everywhere. |
@davidstaheli : any news regarding the release? |
Hi @lipkau. Thanks for your patience. Unfortunately, it was delayed longer than I expected. The capability is deployed to production, but still behind a feature flag that should be enabled for everyone this week. If you can tell me the name of your Azure DevOps organization, I can enable it for you sooner. |
@davidstaheli : my org is named I appreciate your support |
54528fa
to
9ea87b2
Compare
9ea87b2
to
4e37930
Compare
implements AtlassianPS/AtlassianPS#10