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

Remove dirname to get the right path #159

Merged
merged 2 commits into from
Mar 23, 2023
Merged

Conversation

Eduardo-Morales-Alberti
Copy link
Member

@Eduardo-Morales-Alberti Eduardo-Morales-Alberti commented Mar 21, 2023

Remove dirname to get the right path.
Jenkins is failing because the wrong path /job/..../job/tests/job/PR-183/10/consoleFull

Error when executing always post condition:
java.io.IOException: .../reports/behat/dblog does not exist.
Created dblog report on /var/www/html/docroot/../reports/behat/report_dblog-2023-03-21-11-14-41.csv

And this is because the dirname function removes the last part of the path. Dirname was mandatory when the path included the report file name, but now it should be removed to get the right dirname.

@Eduardo-Morales-Alberti
Copy link
Member Author

Eduardo-Morales-Alberti commented Mar 21, 2023

Waiting for tests after apply the patch /job/[PROJECT]/job/tests/job/PR-183/11/

@Eduardo-Morales-Alberti
Copy link
Member Author

@mistermoper Seems like now is working ..../job/tests/job/PR-183/13/
image

@omarlopesino omarlopesino merged commit 2f7513f into master Mar 23, 2023
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

Successfully merging this pull request may close these issues.

2 participants