Hello all,

I have another mystery after my upgrade for Jenkins 1.461 to 1.472.  I have a 
Maven project build that produces a very large .tar.gz.  I get an error like 
listed below when the build runs.  Now I know it looks like a problem with 
Maven, But when I run this manually it works.  I'm also getting the same error 
on two different projects that pick up the same source on both windows and 
linux and errors the same way on both (different path name ofcourse).  

If I go to that slave machine and build it manually it works.  However, through 
Jenkins I get the strange "Not in GZIP format".  But even through Jenkins, if I 
go to the workarea after the build fails, I can pick up the tar.gz'ed file and 
it works fine.

I'm wondering if something with the way the archiving stuff in Jenkins works 
has changed to where it's looking for the gzipped file before it is actually 
created resulting in this error.  I'm using Maven 2.1.0 if it matters.

-Jim

[INFO] Building tar : 
E:\workspace\projectName\moduleName1\moduleName2\target\moduleName2-10.2.4-SNAPSHOT-linux64.tar.gz
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to create assembly: Error creating assembly archive linux64: Not 
in GZIP format

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 21 seconds
[INFO] Finished at: Fri Jun 29 10:44:36 CDT 2012
[INFO] Final Memory: 84M/215M
[INFO] ------------------------------------------------------------------------

Reply via email to