The svg vs svgs was fixed. Now it seems the stats are not updated so the git commit command fails as there's no update
Consider replacing git commit -am "generating stats" with git commit -am "generating stats" || true to avoid the problem J On Monday, December 17, 2012 7:04:56 PM UTC+1, Jan Ruzicka wrote: > > Hi > Is it error in the scripting? > > The config shows: > [...] > git checkout gh-pages > cp -R target/svg/* svg/ > git add svgs > > The execution shows: > > + cp -R target/svg/[tons of files] svg/ > + git add svgs > fatal: pathspec 'svgs' did not match any files > Build step 'Execute shell' marked build as failure > Finished: FAILURE > > I'm wondering about the svg vs. svgs directory. > > Jan > > On Dec 16, 2012, at 09:52, domi wrote: > > > Cool, thanks for the info! > > btw. the job currently failes: > https://ci.jenkins-ci.org/job/infra_statistics/ > > Domi > > > > On 15.12.2012, at 03:56, Kohsuke Kawaguchi <[email protected]<javascript:>> > wrote: > > > >> > >> Hi, Domi, > >> > >> I've folded your https://github.com/imod/jenkins-stats into > https://github.com/jenkinsci/infra-statistics (which originally came from > your https://github.com/imod/jenkins-statistics) > >> > >> The relevant job executions are automated on ci.jenkins-ci.org so that > it'll update the plugin masthead in Wiki as well as > http://stats.jenkins-ci.org/jenkins-stats/ > >> > >> Obviously, you have the push access to jenkinsci/infra-statistics. > >> > >> Just a heads up for when you make changes in the future... > >> > >> -- > >> Kohsuke Kawaguchi http://kohsuke.org/ > > > > Jan Ruzicka > Senior Software Engineer > Comtech Mobile Datacom Corporation > 20430 Century Blvd, Germantown, MD 20874 > Office: 240-686-3300 > Fax: 240-686-3301 > > The information contained in this message may be privileged and/or > confidential. If you are not the intended recipient, or responsible for > delivering this message to the intended recipient, any review, forwarding, > dissemination, distribution or copying of this communication or any > attachment(s) is strictly prohibited. If you have received this message in > error, please so notify the sender immediately, and delete it and all > attachments from your computer and network. > >
