You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have installed multiple build agents on our build server. Our build process includes multiple stages to generate app files for different versions and countries , builds running based on preprocessors. I am trying to run multiple jobs on the same server using different devops agents. The build script is already updated with usePsSession = $false. All agents are running with different admin user accounts. However, when running multiple pipelines in different stages, I'm encountering issues. Can you help me identify what might be missing ?
Scripts used to create container and cause the issue
It looks like you are using predictable names for the container - maybe that name is reused in another run pipeline, which deletes your container and then nothing works.
Hi
I have installed multiple build agents on our build server. Our build process includes multiple stages to generate app files for different versions and countries , builds running based on preprocessors. I am trying to run multiple jobs on the same server using different devops agents. The build script is already updated with usePsSession = $false. All agents are running with different admin user accounts. However, when running multiple pipelines in different stages, I'm encountering issues. Can you help me identify what might be missing ?
Scripts used to create container and cause the issue
The text was updated successfully, but these errors were encountered: