Skip to content

Add support of specifying branch of the pipeline + ability of waiting for the results - #81

Open
László Attila Tóth (LA-Toth) wants to merge 21 commits into
Azure:masterfrom
LA-Toth:wait-for-results
Open

Add support of specifying branch of the pipeline + ability of waiting for the results#81
László Attila Tóth (LA-Toth) wants to merge 21 commits into
Azure:masterfrom
LA-Toth:wait-for-results

Conversation

@LA-Toth

Copy link
Copy Markdown

Based on v1.2

The original implementation didn't wait for the results of the started pipeline, and only the default branch was supported.

The action can wait for the pipeline result, and if it's passed, the action is passed, otherwise it's failed.
The results are checked in every X seconds, which is configurable and the default is 10 seconds.
This feature blocks the currently used GitHub runner.

The branch of the pipeline can also be specified.

I also made code cleanup, because the tests didn't work at all, and the code now uses UNIX new lines.

Nishu Bansal and others added 21 commits November 6, 2019 10:23
* Bump @actions/core from 1.1.3 to 1.2.6 (Azure#19)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Core module upgrade

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Updating node-api Azure#42

* Adding azure-devops-node-api

Co-authored-by: Himanshu Verma <ghostdevhv@github.com>
Added L0 test file
* Feature/add pipeline variables (Azure#11)

* Add pipeline variables

* Better variables handling

* Update README.md

* Update README.md

Co-authored-by: ionutleca <ionut.leca.93@gmail.com>
Co-authored-by: Jyotsna <Josh-01@github.com>
Default is 10 seconds.
The time unit is seconds.
@elliotzh

Copy link
Copy Markdown

Hi László Attila Tóth (@LA-Toth) & Jyotsna (@Josh-01) , do we have any plan to merge this pull request?

@LA-Toth

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@LA-Toth

Copy link
Copy Markdown
Author

Hi László Attila Tóth (@LA-Toth) & Jyotsna (@Josh-01) , do we have any plan to merge this pull request?

Honestly, I completely forgot this PR. I think it would be great if this could be merged.

@LA-Toth

Copy link
Copy Markdown
Author

For me, it looks like that the master branch is not the main branch of the repo, but the releases/v1 or something like that, somehow a non-master branch has more features.
This is my branch diverged from master. But now I'm unsure what to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants