- Mar 16, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
Generally the environment is responsible for imposing a general timeout on tests. And this timeout makes debugging more difficult.
-
- Mar 15, 2013
-
-
Jesse Glick authored
-
Pei-Tang Huang authored
-
Pei-Tang Huang authored
-
- Mar 14, 2013
-
-
Kohsuke Kawaguchi authored
Made the in-flight build survive the reload from the disk.
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
And since it's now a symlink that points to another symlink that then points to the real stuff, we need recursive onion peeling.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Michael Clarke authored
-
-
Kohsuke Kawaguchi authored
Report 100 recent builds in the JSON API, including in-progress builds. Not reporting all the builds since this would nullify the lazy loading effect. Will introduce a pagenation API that supports retrieval.
-
- Mar 13, 2013
-
-
Michael Clarke authored
-
Kohsuke Kawaguchi authored
[JENKINS-15533] testing if the lazy loading can gracefully tolerate a RuntimeException during unmarshalling. At least in the current version this working as expected
-
Pei-Tang Huang authored
-
Pei-Tang Huang authored
-
Kohsuke Kawaguchi authored
The actual fix was in the pull request #675.
-
Kohsuke Kawaguchi authored
- ID_FORMATTER is time zone sensitive, so comparing against # of milliseconds since the epoch won't be portable. - resolveSymlink can return a relative path.
-
Kohsuke Kawaguchi authored
Based on comments from Jesse, revising the fix. I'm now putting permlinks inside the builds/ directory to avoid the computing hassle involved in the split $JENKINS_HOME. What we historically had in $JENKINS_HOME/jobs/JOB/lastSuccessfulBuild is also now subsumed by this feature. I initially attempted to create these permalinks in the buidl root directory, but turns out those symlinks aren't the same name as the ID of permalinks, so it doesn't mesh well. And finally, a test!
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Remember the permalink target as symlink (or simple text file) so that looking that up doesn't cause the walk of the build history. I think this is more in line with our general preference of making $JENKINS_HOME useful (than trying to persist cache into a blackbox.) Having a general purpose in-memory cache could be useful, so I'll see if I can add that, too, in a way that allows someone to plug different backend.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Mar 12, 2013
-
-
Jesse Glick authored
-
- Mar 11, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Mar 09, 2013
-
-
Pei-Tang Huang authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-