-
Notifications
You must be signed in to change notification settings - Fork 225
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
[nrf noup] ci: use Standard Library in Jenkinsfile to link sub-projects together #45
Conversation
All checks are passing now. Review history of this comment for details about previous failed status. |
04a52cb
to
c4e6fae
Compare
These PR's all have very similar changes in order to link the CI plans together: All are passing CI. |
edfd194
to
e6fb830
Compare
@@ -0,0 +1,6 @@ | |||
* [33m31b475e[m[33m ([m[1;36mHEAD -> [m[1;32madd_ci_lib[m[33m, [m[1;31morigin/add_ci_lib[m[33m)[m [nrf noup] ci: use Standard Library in Jenkinsfile |
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.
This file is surely a mistake?
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.
removed
Jenkinsfile
Outdated
body: "${currentBuild.currentResult}\nJob ${env.JOB_NAME}\t\t build ${env.BUILD_NUMBER}\r\nLink: ${env.BUILD_URL}", | ||
subject: "[Jenkins][Build ${currentBuild.currentResult}: ${env.JOB_NAME}]", | ||
mimeType: 'text/html',) | ||
// emailext(to: 'anpu', |
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.
what's with the commented out code?
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.
it was causing spam during development. Added back in.
This doesn't update the west.yml file to set the mcuboot revision to Please see https://docs.zephyrproject.org/latest/guides/west/repo-tool.html for details. |
Managing Docker version, Agent Labels, Github Status, manifest updates, downstream jobs from CI_LIB. Signed-off-by: Thomas Stilwell <Thomas.Stilwell@nordicsemi.no>
pull/45/head was added to the nrf west.yml. and CI passed. |
Managing Docker version, Agent Labels, Github Status, manifest updates, downstream jobs from CI_LIB. Signed-off-by: Thomas Stilwell <Thomas.Stilwell@nordicsemi.no>
Synch up to: zephyrproject-rtos/mcuboot@360763d merged by GitHub GUI nrfconnect#45 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Managing Docker version, Agent Labels, Github Status, manifest updates, downstream jobs from CI_LIB.
More info: https://projecttools.nordicsemi.no/confluence/display/NCS/Linking+Jenkins+Jobs+Together
Signed-off-by: Thomas Stilwell Thomas.Stilwell@nordicsemi.no