Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
9ddfab18
Commit
9ddfab18
authored
17 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
improve project for nightly build
SVN: 1594
parent
0cbf39b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/cruisecontrol/version-2.6.1/config.xml
+27
-5
27 additions, 5 deletions
config/cruisecontrol/version-2.6.1/config.xml
with
27 additions
and
5 deletions
config/cruisecontrol/version-2.6.1/config.xml
+
27
−
5
View file @
9ddfab18
<cruisecontrol>
<cruisecontrol>
<property
name=
"project.trunk"
value=
"projects/cisd/trunk/${project.name}"
/>
<property
name=
"trunk"
value=
"projects/cisd/trunk"
/>
<property
name=
"project.trunk"
value=
"${trunk}/${project.name}"
/>
<property
name=
"status.file"
value=
"status.txt"
/>
<property
name=
"status.file"
value=
"status.txt"
/>
<property
name=
"quiet-period"
value=
"120"
/>
<property
name=
"quiet-period"
value=
"120"
/>
...
@@ -45,17 +46,38 @@
...
@@ -45,17 +46,38 @@
<project
name=
"lims (nightly build)"
>
<project
name=
"lims (nightly build)"
>
<bootstrappers>
<bootstrappers>
<svnbootstrapper
localWorkingCopy=
"
projects/cisd/
trunk/lims"
/>
<svnbootstrapper
localWorkingCopy=
"
${
trunk
}
/lims"
/>
</bootstrappers>
</bootstrappers>
<modificationset
requiremodification=
"false"
>
<modificationset
requiremodification=
"false"
>
<svn
localWorkingCopy=
"
projects/cisd/
trunk/lims"
/>
<svn
localWorkingCopy=
"
${
trunk
}
/lims"
/>
</modificationset>
</modificationset>
<schedule
interval=
"10"
>
<schedule
interval=
"10"
>
<ant
target=
"check-dependencies"
buildfile=
"projects/cisd/trunk/lims/build/build.xml"
anthome=
"apache-ant-1.6.5"
time=
"1229"
/>
<ant
target=
"smoke-test"
buildfile=
"${trunk}/lims/build/build.xml"
anthome=
"apache-ant-1.6.5"
time=
"0100"
/>
</schedule>
</schedule>
<log>
<log>
<merge
dir=
"
projects/cisd/
trunk/lims/targets/test-output"
/>
<merge
dir=
"
${
trunk
}
/lims/targets/test-output"
/>
</log>
</log>
<publishers>
<onsuccess>
<artifactspublisher
dest=
"artifacts/lims/nightly-builds"
dir=
"${trunk}/lims/targets/dist/"
/>
</onsuccess>
<onfailure>
<htmlemail
buildresultsurl=
"http://cisd-ci:8090/buildresults/lims"
returnaddress=
"cisd-group@systemsx.ch"
mailhost=
"127.0.0.1"
xsldir=
"webapps/cruisecontrol/xsl/"
css=
"webapps/cruisecontrol/css/cruisecontrol.css"
>
<map
alias=
"felmer"
address=
"franz-josef.elmer@systemsx.ch"
/>
<!--map alias="brinn" address="bernd.rinn@systemsx.ch"/>
<map alias="charlesr" address="charles.ramin-wright@systemsx.ch"/>
<map alias="hadrian" address="adrian.honeggar@systemsx.ch"/>
<map alias="ribeaudc" address="christian.ribeaud@systemsx.ch "/>
<map alias="tpylak" address="tomasz.pylak@systemsx.ch"/-->
</htmlemail>
</onfailure>
</publishers>
</project>
</project>
<project
name=
"build_resources"
>
<project
name=
"build_resources"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment