-
Notifications
You must be signed in to change notification settings - Fork 47
Add check if the systemtest was a success. #180
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
Add check if the systemtest was a success. #180
Conversation
src/systemtest/java/com/ericsson/ei/systemtest/utils/StepsUtils.java
Outdated
Show resolved
Hide resolved
src/systemtest/java/com/ericsson/ei/systemtest/artifactflow/ArtifactFlowSteps.java
Outdated
Show resolved
Hide resolved
| .addBuildParameter("TEST_CASE_NAME"); | ||
| String test = jenkinsXmlData.getXmlAsString();*/ | ||
| System.out.println(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When @a-breid-ericsson is done with his PR in eiffel-commons, i will change the out commented lines. I won't merge like this :) Don't mind this part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Christoffer-Cortes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. We talked yesterday about the parameters in jenkins jobs. So maybe add a way to define parameter names in the jenkins job.
0792fba to
6cf8ad8
Compare
|
In the latest commit i also made it possible to tell the jobs what parameters they should have(if any) |
e-pettersson-ericsson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, tested and it works!
* Add check if the systemtest was a success. * Systemtests now use jenkins xml data object from eiffel-commons instead of xml file. * Change jenkins job step so that it can take parameters and set them up with different amount of parameters.
* Add check if the systemtest was a success. * Systemtests now use jenkins xml data object from eiffel-commons instead of xml file. * Change jenkins job step so that it can take parameters and set them up with different amount of parameters.
* Add check if the systemtest was a success. * Systemtests now use jenkins xml data object from eiffel-commons instead of xml file. * Change jenkins job step so that it can take parameters and set them up with different amount of parameters.
* Add check if the systemtest was a success. * Systemtests now use jenkins xml data object from eiffel-commons instead of xml file. * Change jenkins job step so that it can take parameters and set them up with different amount of parameters.
* Add check if the systemtest was a success. * Systemtests now use jenkins xml data object from eiffel-commons instead of xml file. * Change jenkins job step so that it can take parameters and set them up with different amount of parameters.
* Add check if the systemtest was a success. * Systemtests now use jenkins xml data object from eiffel-commons instead of xml file. * Change jenkins job step so that it can take parameters and set them up with different amount of parameters.
Applicable Issues
closes #164
Description of the Change
Add a check that loops and checks if all jenkins jobs has been triggered.
Sign-off
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
Signed-off-by:
Erik Edling erik.edling@ericsson.com