Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d1504bd0b2eb8cedc6c4ef78234f90bfa4610836 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<?xml version='1.0' encoding='UTF-8'?>
<project>
  <actions/>
  <description>Job for the modeling.mdt.papyrus project. Used to produce nightlies automatically every day, and milestones and releases manually.&lt;br/&gt;&#xd;
&lt;p&gt;&#xd;
The nightlies done by this build are published to:&lt;ul&gt;&#xd;
&lt;li&gt;&lt;b&gt;downloads&lt;/b&gt;:&lt;a href=&quot;http://www.eclipse.org/modeling/mdt/papyrus/downloads/&quot;&gt;http://www.eclipse.org/modeling/mdt/papyrus/downloads/&lt;/a&gt;&#xd;
&lt;li&gt;&lt;b&gt;update site&lt;/b&gt;:&lt;a href=&quot;http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/juno/main/&quot;&gt;http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/juno/main/&lt;/a&gt;&#xd;
&lt;/ul&gt;&#xd;
&lt;/p&gt;</description>
  <logRotator>
    <daysToKeep>-1</daysToKeep>
    <numToKeep>5</numToKeep>
    <artifactDaysToKeep>-1</artifactDaysToKeep>
    <artifactNumToKeep>-1</artifactNumToKeep>
  </logRotator>
  <keepDependencies>false</keepDependencies>
  <creationTime>0</creationTime>
  <properties>
    <hudson.model.ParametersDefinitionProperty>
      <parameterDefinitions>
        <hudson.model.StringParameterDefinition>
          <name>VERSION</name>
          <description>The version of Papyrus that is built. This is used for publishing the build to the right download folder.</description>
          <defaultValue>0.9.0</defaultValue>
        </hudson.model.StringParameterDefinition>
        <hudson.model.ChoiceParameterDefinition>
          <name>BUCKMINSTER_LOGLEVEL</name>
          <description>Verbosity of logging information for Buckminster&lt;ul&gt;
&lt;li&gt;DEBUG : most verbose : display errors, warnings, information messages and debug messages (useful when you want to see what Buckminster &lt;li&gt;INFO : display errors, warnings and information messages
&lt;li&gt;WARNING : less verbose : only display errors and warnings
&lt;li&gt;ERROR : least verbose : only display errors
is doing)
&lt;/ul&gt;
</description>
          <choices class="java.util.Arrays$ArrayList">
            <a class="string-array">
              <string>DEBUG</string>
              <string>INFO</string>
              <string>WARNING</string>
              <string>ERROR</string>
            </a>
          </choices>
        </hudson.model.ChoiceParameterDefinition>
        <hudson.model.BooleanParameterDefinition>
          <name>CLEAN_TP</name>
          <description>Indicates if the target platform should be deleted before the build.</description>
          <defaultValue>true</defaultValue>
        </hudson.model.BooleanParameterDefinition>
        <hudson.model.BooleanParameterDefinition>
          <name>CLEAN_WORKSPACE</name>
          <description>Indicates if the workspace should be deleted before the build.</description>
          <defaultValue>true</defaultValue>
        </hudson.model.BooleanParameterDefinition>
        <hudson.model.BooleanParameterDefinition>
          <name>CLEAN_OUTPUT</name>
          <description>Indicates if the output folder should be deleted before the build.</description>
          <defaultValue>true</defaultValue>
        </hudson.model.BooleanParameterDefinition>
        <hudson.model.BooleanParameterDefinition>
          <name>CLEAN_TOOLS</name>
          <description>Indicates if the tools (p2 director and Buckminster) should be deleted before the build</description>
          <defaultValue>false</defaultValue>
        </hudson.model.BooleanParameterDefinition>
        <hudson.model.ChoiceParameterDefinition>
          <name>BUILD_TYPE</name>
          <description>Type of build:&lt;ul&gt;
&lt;li&gt;N: Nightly
&lt;li&gt;I: Integration
&lt;li&gt;S: Stable (for milestones and release candidates)
&lt;li&gt;R: Release (usually not selected, since releases are done by renaming the last release candidate)
&lt;li&gt;M: Maintenance (seldom used)
&lt;/ul&gt;
Nightly builds won&apos;t be signed, contrary to other kind of builds.</description>
          <choices class="java.util.Arrays$ArrayList">
            <a class="string-array">
              <string>N</string>
              <string>I</string>
              <string>S</string>
              <string>R</string>
              <string>M</string>
            </a>
          </choices>
        </hudson.model.ChoiceParameterDefinition>
        <hudson.model.StringParameterDefinition>
          <name>BUILD_ALIAS</name>
          <description>The name of the release (0.8.0, 0.9.0M1, etc.). This will be the result zip&apos;s name. Leave it blank for nightly and integration builds</description>
          <defaultValue></defaultValue>
        </hudson.model.StringParameterDefinition>
        <hudson.model.ChoiceParameterDefinition>
          <name>BUILD_TARGET</name>
          <description>&lt;ul&gt;
&lt;li&gt;site.p2 : Do what &quot;provision&quot; does + build Papyrus + create the update site
&lt;li&gt;provision : Install Buckminster + retrieve the material required to launch the build (import the Papyrus plug-ins and all the dependencies)
&lt;li&gt;do.nothing : to re-use the results from the previous build
&lt;/ul&gt;</description>
          <choices class="java.util.Arrays$ArrayList">
            <a class="string-array">
              <string>site.p2</string>
              <string>provision</string>
              <string>do.nothing</string>
            </a>
          </choices>
        </hudson.model.ChoiceParameterDefinition>
        <hudson.model.BooleanParameterDefinition>
          <name>SITE_PACK200</name>
          <description>Pack the result jars in order to gain size and bandwidth for the eclipse download servers</description>
          <defaultValue>true</defaultValue>
        </hudson.model.BooleanParameterDefinition>
        <hudson.model.ChoiceParameterDefinition>
          <name>JAVA_HOME</name>
          <description>Which JDK to use for the build.</description>
          <choices class="java.util.Arrays$ArrayList">
            <a class="string-array">
              <string>/shared/common/jdk-1.5.0-22.x86_64</string>
              <string>/shared/common/sun-jdk1.6.0_21_x64</string>
            </a>
          </choices>
        </hudson.model.ChoiceParameterDefinition>
        <hudson.model.BooleanParameterDefinition>
          <name>SIGN_UPDATE_SITE</name>
          <description>Sign the update site (must be selected for all builds except nightlies)</description>
          <defaultValue>false</defaultValue>
        </hudson.model.BooleanParameterDefinition>
      </parameterDefinitions>
    </hudson.model.ParametersDefinitionProperty>
    <hudson.security.AuthorizationMatrixProperty>
      <permission>hudson.model.Item.Workspace:ROLE_MODELING.MDT.PAPYRUS</permission>
      <permission>hudson.model.Item.Workspace:nbros</permission>
      <permission>hudson.model.Run.Update:ROLE_MODELING.MDT.PAPYRUS</permission>
      <permission>hudson.model.Run.Update:nbros</permission>
      <permission>hudson.model.Item.Build:ROLE_MODELING.MDT.PAPYRUS</permission>
      <permission>hudson.model.Item.Build:nbros</permission>
      <permission>hudson.model.Item.Read:anonymous</permission>
      <permission>hudson.model.Item.Read:ROLE_MODELING.MDT.PAPYRUS</permission>
      <permission>hudson.model.Item.Read:nbros</permission>
      <permission>hudson.model.Item.ExtendedRead:anonymous</permission>
      <permission>hudson.model.Item.ExtendedRead:ROLE_MODELING.MDT.PAPYRUS</permission>
      <permission>hudson.model.Item.ExtendedRead:nbros</permission>
      <permission>hudson.model.Item.Configure:ROLE_MODELING.MDT.PAPYRUS</permission>
      <permission>hudson.model.Item.Configure:nbros</permission>
      <permission>hudson.model.Run.Delete:ROLE_MODELING.MDT.PAPYRUS</permission>
      <permission>hudson.model.Run.Delete:nbros</permission>
    </hudson.security.AuthorizationMatrixProperty>
    <hudson.plugins.disk__usage.DiskUsageProperty/>
  </properties>
  <scm class="hudson.scm.SubversionSCM">
    <locations>
      <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>file:///svnroot/modeling/org.eclipse.mdt.papyrus/trunk/plugins</remote>
        <local>sourceTree/plugins</local>
        <depthOption>infinity</depthOption>
        <ignoreExternalsOption>false</ignoreExternalsOption>
      </hudson.scm.SubversionSCM_-ModuleLocation>
      <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>file:///svnroot/modeling/org.eclipse.mdt.papyrus/trunk/features</remote>
        <local>sourceTree/features</local>
        <depthOption>infinity</depthOption>
        <ignoreExternalsOption>false</ignoreExternalsOption>
      </hudson.scm.SubversionSCM_-ModuleLocation>
      <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>file:///svnroot/modeling/org.eclipse.mdt.papyrus/trunk/releng</remote>
        <local>sourceTree/releng</local>
        <depthOption>infinity</depthOption>
        <ignoreExternalsOption>false</ignoreExternalsOption>
      </hudson.scm.SubversionSCM_-ModuleLocation>
      <hudson.scm.SubversionSCM_-ModuleLocation>
        <remote>file:///svnroot/modeling/org.eclipse.mdt.papyrus/trunk/incoming</remote>
        <local>sourceTree/incoming</local>
        <depthOption>infinity</depthOption>
        <ignoreExternalsOption>false</ignoreExternalsOption>
      </hudson.scm.SubversionSCM_-ModuleLocation>
    </locations>
    <excludedRegions></excludedRegions>
    <includedRegions></includedRegions>
    <excludedUsers></excludedUsers>
    <excludedRevprop></excludedRevprop>
    <excludedCommitMessages></excludedCommitMessages>
    <workspaceUpdater class="hudson.scm.subversion.UpdateWithCleanUpdater"/>
  </scm>
  <assignedNode>hudson-slave1||master</assignedNode>
  <advancedAffinityChooser>true</advancedAffinityChooser>
  <canRoam>false</canRoam>
  <disabled>false</disabled>
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  <jdk>Java 5 R 22 64bit (SUN)</jdk>
  <triggers class="vector">
    <hudson.triggers.SCMTrigger>
      <spec>15 * * * *</spec>
    </hudson.triggers.SCMTrigger>
    <hudson.triggers.TimerTrigger>
      <spec>43 00 * * 1-6</spec>
    </hudson.triggers.TimerTrigger>
  </triggers>
  <concurrentBuild>false</concurrentBuild>
  <cleanWorkspaceRequired>false</cleanWorkspaceRequired>
  <builders>
    <hudson.tasks.Shell>
      <command>. sourceTree/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly/build-before.sh</command>
    </hudson.tasks.Shell>
    <hudson.tasks.Ant>
      <targets>${BUILD_TARGET}</targets>
      <antName>apache-ant-1.7.1</antName>
      <buildFile>${WORKSPACE}/sourceTree/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly/build.xml</buildFile>
      <properties>server.build=true
build.id=$BUILD_TAG
ant.build.javac.target=1.5
ant.build.javac.source=1.5
site.signing=$SIGN_UPDATE_SITE
local.repository=${WORKSPACE}/sourceTree
releng.subproject.name=papyrus-trunk-nightly</properties>
    </hudson.tasks.Ant>
    <hudson.tasks.Shell>
      <command>. sourceTree/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-trunk-nightly/build-after.sh</command>
    </hudson.tasks.Shell>
  </builders>
  <publishers>
    <hudson.tasks.ArtifactArchiver>
      <artifacts>*.zip</artifacts>
      <compressionType>GZIP</compressionType>
      <latestOnly>false</latestOnly>
      <autoValidateFileMask>false</autoValidateFileMask>
    </hudson.tasks.ArtifactArchiver>
    <hudson.tasks.Mailer>
      <recipients>chokri.mraidha@cea.fr patrick.tessier@cea.fr mathieu.velten@atos.net vincent.lorenzo@cea.fr remi.schnekenburger@cea.fr camille.letavernier@cea.fr yann.tanguy@cea.fr</recipients>
      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
      <sendToIndividuals>false</sendToIndividuals>
    </hudson.tasks.Mailer>
  </publishers>
  <buildWrappers>
    <hudson.plugins.build__timeout.BuildTimeoutWrapper>
      <timeoutMinutes>60</timeoutMinutes>
      <failBuild>true</failBuild>
    </hudson.plugins.build__timeout.BuildTimeoutWrapper>
  </buildWrappers>
</project>

Back to the top