Difference between revisions of "IT-SDK-CICD"
Jump to navigation
Jump to search
(→Jenkins) |
|||
| Line 8: | Line 8: | ||
* Creating artifact for the build. | * Creating artifact for the build. | ||
* Artifact was added to the build. | * Artifact was added to the build. | ||
| + | * In Jenkins-GUI: $WORKSPACE; in Jenkinsfile: ${WORKSPACE} | ||
Revision as of 16:56, 18 February 2021
Ref
- https://www.softwarecollections.org/en/
- src: https://paulhammant.com/2013/04/05/what-is-trunk-based-development/
- src: https://trunkbaseddevelopment.com/
- src: https://continuousdelivery.com/
- src: https://8thlight.com/blog/doug-bradbury/2013/10/08/stuck-in-the-muck.html
Jenkins
- Creating artifact for the build.
- Artifact was added to the build.
- In Jenkins-GUI: $WORKSPACE; in Jenkinsfile: ${WORKSPACE}