Details
-
Task
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
In a Jenkinsfile we currently use the following bash-script-snippet:
sh "docker logs $(docker ps | grep selenium-standalone | awk '{print $1}') &> selenium.log || true"
Since we'll use it in several pipelines, we should save the file to aws-build-scripts repo.
And since we have pipelines with selenium-standalone but also with selenium-hub - the script should be able to access a parameter
Developer notes:
See https://git.magnolia-cms.com/projects/BUILD/repos/aws-build-scripts/browse/get-magnolia-instances-logs.sh for inspiration
Checklists
Acceptance criteria