-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 1.5.65, OS X 10.9.2
java.io.IOException: Expecting Ant GLOB pattern, but saw '<IPA FILE>'. See http://ant.apache.org/manual/Types/fileset.html for syntax
00:17:24.374 at hudson.FilePath.glob(FilePath.java:1624)
00:17:24.374 at hudson.FilePath.access$700(FilePath.java:178)
00:17:24.374 at hudson.FilePath$30.invoke(FilePath.java:1605)
00:17:24.374 at hudson.FilePath$30.invoke(FilePath.java:1602)
00:17:24.374 at hudson.FilePath.act(FilePath.java:920)
00:17:24.374 at hudson.FilePath.act(FilePath.java:893)
00:17:24.374 at hudson.FilePath.list(FilePath.java:1602)
00:17:24.374 at hudson.FilePath.list(FilePath.java:1587)
00:17:24.374 at hudson.FilePath.list(FilePath.java:1573)
00:17:24.375 at hockeyapp.HockeyappRecorder.perform(HockeyappRecorder.java:320)
00:17:24.375 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
00:17:24.375 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:745)
00:17:24.375 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:709)
00:17:24.375 at hudson.model.Build$BuildExecution.post2(Build.java:182)
00:17:24.375 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:658)
00:17:24.376 at hudson.model.Run.execute(Run.java:1731)
00:17:24.376 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
00:17:24.376 at hudson.model.ResourceController.execute(ResourceController.java:88)
00:17:24.376 at hudson.model.Executor.run(Executor.java:231)
Have had issues since v1.0.6
- is related to
-
JENKINS-51801 Getting java.io.IOException: Expecting Ant GLOB pattern error while providing build path in Jenkins. I am configuring build deployment on Hockey app using Jenkins!
- Closed