User Tools
toolsandtechnologies:jenkins_2
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| toolsandtechnologies:jenkins_2 [2023/06/07 17:37] – aryan | toolsandtechnologies:jenkins_2 [2023/06/07 17:39] (current) – [Artifactory storage] - fix url redirect aryan | ||
|---|---|---|---|
| Line 127: | Line 127: | ||
| ===== Artifactory storage ===== | ===== Artifactory storage ===== | ||
| - | Artifactory configuration is covered [[artifactory]] | + | Artifactory configuration is covered [[development: |
| Each pipeline has a step to push the build suite (war/jar, pom, XML etc) to the artifactory store in [[http:// | Each pipeline has a step to push the build suite (war/jar, pom, XML etc) to the artifactory store in [[http:// | ||
| Line 137: | Line 137: | ||
| *- Last 4 REL- | *- Last 4 REL- | ||
| + | Deployment is covered via | ||
| + | < | ||
| + | stage (' | ||
| + | steps { | ||
| + | nexusPublisher( | ||
| + | nexusInstanceId: | ||
| + | nexusRepositoryId: | ||
| + | packages: [ | ||
| + | [$class: ' | ||
| + | | ||
| + | | ||
| + | ], | ||
| + | | ||
| + | ] | ||
| + | ] | ||
| + | ) | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| The deployment playbooks should then source the artefact from the repo and not from our dev jenkins with a public IP interface (security risk). | The deployment playbooks should then source the artefact from the repo and not from our dev jenkins with a public IP interface (security risk). | ||
toolsandtechnologies/jenkins_2.1686155820.txt.gz · Last modified: 2023/06/07 17:37 by aryan