Skip to content
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

OpenShift Steps können nicht parallel ausgeführt werden #41

Open
chrira opened this issue Aug 23, 2021 · 0 comments
Open

OpenShift Steps können nicht parallel ausgeführt werden #41

chrira opened this issue Aug 23, 2021 · 0 comments

Comments

@chrira
Copy link
Member

chrira commented Aug 23, 2021

Das Plugin beschreibt dieses Problem: https://github.com/jenkinsci/openshift-client-plugin#compatibility-with-parallel-step
Weil die openshift Variable ein Singleton ist, kann es nicht parallel laufen. Es gibt auch openshift.setLockName(lock_name:String):void.
Grundsätzlich ist das Problem an der Shared Library, dass jede Funktion selbst ein withCluster / withProject macht. Ev. sollte das optional sein, so dass die Funktionen auch innerhalb von withProject verwendet werden können.

Wir müssen die Library anpassen damit sie zuverlässig in parallel stages verwendet werden kann. Dabei muss sie zwingend abwärtskompatibel bleiben.

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

No branches or pull requests

1 participant