diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-07 21:35:34 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-07 21:35:34 +0100 |
commit | fce88c72b4a549d60010b7b3ccab6a058a617ccc (patch) | |
tree | 7676a4ad2e4689f5188aea4a3d393b4a5b9c8c90 /config.properties.template | |
parent | 1ad9401c3f0c9ebc63546fb9e6905110a474a9dd (diff) | |
download | esper-testing-fce88c72b4a549d60010b7b3ccab6a058a617ccc.tar.gz esper-testing-fce88c72b4a549d60010b7b3ccab6a058a617ccc.tar.bz2 esper-testing-fce88c72b4a549d60010b7b3ccab6a058a617ccc.tar.xz esper-testing-fce88c72b4a549d60010b7b3ccab6a058a617ccc.zip |
o Better Jenkins importer.
Diffstat (limited to 'config.properties.template')
-rwxr-xr-x | config.properties.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.properties.template b/config.properties.template index b552f5e..a8c4b97 100755 --- a/config.properties.template +++ b/config.properties.template @@ -5,6 +5,8 @@ gitorious.projectListUpdateInterval=60 nexus.updateInterval=3600 +jenkins.updateInterval=3600 + database.driver= database.url=jdbc:h2:tcp://127.0.0.1/esper;DB_CLOSE_DELAY=-1 database.username= |