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

Potential fix for JENKINS-63628 and JENKINS-57452 #228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nnaydenov052018
Copy link

Following the linked issues, we are looking for a solution to capture only docker container Id after executing 'docker run' command. In the linked issues (for JENKINS-57452 ,please look at the Comments) you can see that sometimes, additional messages written on the output stream of 'docker run' command are captured in addition to container Id ,and this breaks further 'docker top' command and fails the build/stage.
We propose to use regex - [0-9,a-f]{64} ,to capture docker container Id and exclude additional messages.

@nnaydenov052018
Copy link
Author

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant