-
Notifications
You must be signed in to change notification settings - Fork 3k
Modified Jenkinsfile into one-liner format. #7772
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
Conversation
Looks good |
@ARMmbed/mbed-os-test I've been wondering. What does this file do, and where is it used? What does mbed.run_job() call, and is it in the Mbed OS repo, or somewhere else? |
Mbed-OS Jenkins CI runs command from Jenkinsfile, and that triggers Jenkins test jobs to run. Jenkins is used to run tests that cannot be shared publicly. Script framework, that is called by this mbed.run_job(), is located in repo mbed-os-ci/vars (private repo). And this frame is already built that way, that old format Jenkinsfile is actually calling mbed.run_job() command. |
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.
While we are doing this update, as @cmonr asked about it. Can we add a description to this file what it does, why it is here.
// This is internal file for internal jenkins (something similar)
@0xc0170 good point |
Comment inside Jenkinsfile updated. |
/morph build |
@cmonr morph build need to retriggering. There was jenkins internal failure |
Build : SUCCESSBuild number : 2851 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2482 |
Test : SUCCESSBuild number : 2610 |
Modified Jenkinsfile into one-liner format.
Description
@OPpuolitaival
Jenkinsfile refactoring into one-liner format in order to use improved internal Jenkins scripting.
Pull request type