Project

General

Profile

TaxonomicEditorDeployment » History » Version 32

Andreas Müller, 03/28/2022 02:09 PM

1 32 Andreas Müller
----
2
3
{{toc}}
4
5
{{child_pages(depth=1)}}
6
7 27 Andreas Kohlbecker
---
8 1 Cherian Mathew
9 28 Andreas Müller
**NOTE**: The release and deployment process described here is **outdated**  and replaced by a fully automated jenkins job pipeline
10 27 Andreas Kohlbecker
11
---
12 16 Cherian Mathew
13
This page describes the different possibilities to deploy the Taxonomic Editor. 
14
15
16
17
It replaces the older page titled [[TaxonomicEditorRelease|TaxonomicEditorRelease]]. 
18
19
20
21
All jenkins jobs related to the editor can be found on the Jenkins Dashboard under the [EDIT Taxonomic Editor](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/) tab.
22 1 Cherian Mathew
23 2 Cherian Mathew
24
{{>toc}}
25
26
27
28
29 22 Cherian Mathew
## Performing a Stable Release / Deployment
30 3 Cherian Mathew
31 5 Cherian Mathew
32
 This sections describes the steps required to setup and deploy a release of the Taxonomic Editor.
33
34 3 Cherian Mathew
35
36
### Prepare Release
37 6 Cherian Mathew
38
39 20 Cherian Mathew
 **Jenkins job** : [taxeditor-RELEASE](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/job/taxeditor-RELEASE/) 
40 7 Cherian Mathew
41 8 Cherian Mathew
42 9 Cherian Mathew
 **Actions performed** : updates trunk to the release version and creates a release tag in the repository.
43 6 Cherian Mathew
44
45 1 Cherian Mathew
46 22 Cherian Mathew
47
### Prepare Snapshot
48
49
50
 _The [cdmlib-INTEGRATION](http://160.45.63.201/jenkins/job/cdmlib-INTEGRATION/) job must be executed beforehand to ensure that the cdmlib jars for the new snapshot version are available_
51
52
53
 **Jenkins job** : [taxeditor-UPDATE-SNAPSHOT](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/job/taxeditor-UPDATE-SNAPSHOT/) 
54
55
56
 **Actions performed** : updates trunk to the new snapshot version and creates a snapshot branch in the repository.
57
58
59
60
61 23 Cherian Mathew
### Update Tickets / Release Information
62
63
64
Close the TaxEditor milestone, move all remaining tickets to the next release milestone (offered as option when closing the milestone) and finally update the [CdmPlatformRoadmap](http://dev.e-taxonomy.eu/trac/wiki/CdmPlatformRoadmap) page.
65
66
67
68
69 10 Cherian Mathew
### Deploy Release to downloads
70 1 Cherian Mathew
71
72 9 Cherian Mathew
 **Jenkins job** : [taxeditor-DEPLOY](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/job/taxeditor-DEPLOY/) 
73
74 1 Cherian Mathew
75 29 Katja Luther
 **Actions performed** : packages the Editor from the chosen release tag, installs it in the public downloads [taxeditor":http://cybertaxonomy.org/download/taxeditor/] directory in a sub-directory named after the release version and redirects the "stable"(http://cybertaxonomy.org/download/taxeditor/stable/) directory to point to this newly installed version.
76 10 Cherian Mathew
77 24 Cherian Mathew
### Deploy Nightly
78 11 Cherian Mathew
79
80 24 Cherian Mathew
 **Jenkins job** : [taxeditor-INTEGRATION](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/job/taxeditor-INTEGRATION/) 
81 1 Cherian Mathew
82
83 29 Katja Luther
 **Actions performed** : packages the Editor from the current trunk, installs it in the public downloads [taxeditor":http://cybertaxonomy.org/download/taxeditor/ directory in the sub-directory named "nightly](http://cybertaxonomy.org/download/taxeditor/nightly/.)
84 24 Cherian Mathew
85
86
 **Notes** : This job is also triggered after the [cdmlib-INTEGRATION](http://160.45.63.201/jenkins/job/cdmlib-INTEGRATION/) job is executed and on an hourly basis if any change in the repository is detected.
87 11 Cherian Mathew
88
89
90
91 12 Cherian Mathew
92
93
94 13 Cherian Mathew
95 12 Cherian Mathew
## Performing a 'Fake' Release
96 11 Cherian Mathew
97
98
 This sections describes the steps required to only update the version of the Editor in the situation where a cdmlib release has been performed but not an Editor release.
99
100
101
102
### Prepare Release
103
104
105 21 Cherian Mathew
 **Jenkins job** : [taxeditor-RELEASE](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/job/taxeditor-RELEASE/) (uncheck the 'create_release_tag' option)
106 11 Cherian Mathew
107
108 21 Cherian Mathew
 **Actions performed** : updates trunk to the release version.
109 11 Cherian Mathew
110
111
112
### Prepare Snapshot
113
114
115 20 Cherian Mathew
 **Jenkins job** : [taxeditor-UPDATE-SNAPSHOT](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/job/taxeditor-UPDATE-SNAPSHOT/) 
116 10 Cherian Mathew
117
118
 **Actions performed** : updates trunk to the new snapshot version and creates a snapshot branch in the repository.
119
120
121
122
### Deploy Snapshot
123
124
125
 **Jenkins job** : [taxeditor-DEVELOPMENT](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/job/taxeditor-DEVELOPMENT/) 
126
127
128 29 Katja Luther
 **Actions performed** : packages the Editor from the chosen snapshot branch, installs it in the public downloads [taxeditor":http://cybertaxonomy.org/download/taxeditor/] directory in the sub-directory named "snapshot"(http://cybertaxonomy.org/download/taxeditor/snapshot/.)
129 15 Cherian Mathew
130
131
132
133
134
135
136
137
## Other Deployments
138
139
140
141
### Deploy Nightly
142
143
144
 **Jenkins job** : [taxeditor-INTEGRATION](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/job/taxeditor-INTEGRATION/) 
145
146
147 29 Katja Luther
 **Actions performed** : packages the Editor from the current trunk, installs it in the public downloads [taxeditor":http://cybertaxonomy.org/download/taxeditor/ directory in the sub-directory named "nightly](http://cybertaxonomy.eu/download/taxeditor/nightly/.)
148 15 Cherian Mathew
149
150 19 Cherian Mathew
 **Notes** : This job is also triggered after the [cdmlib-INTEGRATION](http://160.45.63.201/jenkins/job/cdmlib-INTEGRATION/) job is executed and on an hourly basis if any change in the repository is detected.
151 15 Cherian Mathew
152
153
154
### Deploy Snapshot
155
156
157
 **Jenkins job** : [taxeditor-DEVELOPMENT](http://160.45.63.201/jenkins/view/EDIT%20Taxonomic%20Editor/job/taxeditor-DEVELOPMENT/) 
158
159
160 17 Andreas Müller
 **Actions performed** : packages the Editor from the chosen snapshot branch, installs it in the public downloads [taxeditor":http://cybertaxonomy.eu/download/taxeditor/ directory in the sub-directory named "snapshot](http://cybertaxonomy.eu/download/taxeditor/snapshot/.)