-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
triggerpipeline: VS402964: Transitioning of stage from state 'Queued' to state 'InProgress' is not allowed #243
Comments
Hi Bjorn, This is because the pipeline you are trying to trigger is already running. |
Hi Maik, this should not be the case. Please have a look at the following log timestamps and the target release pipeline deployments (screenhot). Last recent deployment was several hours ago.
Best regards |
Hi Bjorn, The error message tells us that the stage at the time of trigger is already queued for a build or release. Meaning that is can not set it to in progress. Could you add the system.debug variable with the value true to the pipeline and send me the log. |
Hi Maik, may it be possible that the first call is already starting the deployment?
Log with system.debug
Best regards |
It is availible for manual triggering stages |
Experiencing this same error. Confirmed pipeline is not running or being triggered by anything else. The interesting thing is that the task is triggering the release pipeline, but it is then failing saying it is running after it already started it |
@JonTheStone what kind of trigger do you have configured? And could you share logs? |
Hi Maik,
we are getting an error when using 'Trigger Azure DevOps Pipeline' with Release-Pipeline:
Actuall I think it might be releated to:
msft-extensions/azuredevops/triggerpipeline/triggerpipeline/run-release.ps1
Line 83 in 0f1179c
Would be great if you could have a look.
Best regards
Björn
The text was updated successfully, but these errors were encountered: