Re: [onap-discuss] [integration]Jenkins Build Failure

2017-08-09 Thread Gary Wu
Hi Guangrong,

I’m not familiar with the existing clm and release-version-java-daily jobs; 
they’re used by the existing ECOMP modules to release their artifacts.  Since 
holmes came in from OPEN-O, you can ignore or remove those jobs for your 
project for now.  We’re actually in the process of working out how artifact 
versioning and release will work for ONAP R1, so new job template definitions 
may be coming shortly.

Thanks,
Gary

From: Guangrong Fu [mailto:steven20...@gmail.com]
Sent: Wednesday, August 09, 2017 7:10 AM
To: onap-discuss@lists.onap.org
Cc: Gary Wu 
Subject: [integration]Jenkins Build Failure

Hi integration team,

Could you please have a look at the jenkins job below? They have been failing 
for a week.

https://jenkins.onap.org/view/holmes/job/holmes-dsa-master-clm/1/console
For this job, there's one fatal error:
​ ​
[FATAL] Non-readable POM /w/workspace/holmes-dsa-master-clm/pom.xml: 
/w/workspace/holmes-dsa-master-clm/pom.xml (No such file or directory). I have 
no idea on how to fix it.

https://jenkins.onap.org/view/holmes/job/holmes-engine-management-master-release-version-java-daily/8/console
For this one, I don't
​even ​
know the actual reason because I can not find any obvious error in the log.

Thanks in advance.


Best Regards,
Guangrong
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [integration]Jenkins Build Failure

2017-08-09 Thread Andrew Grimberg
On 08/09/2017 07:10 AM, Guangrong Fu wrote:
> Hi integration team,
> 
> Could you please have a look at the jenkins job below? They have been
> failing for a week.
> 
> https://jenkins.onap.org/view/holmes/job/holmes-dsa-master-clm/1/console
> For this job, there's one fatal error:
> ​ ​
> [FATAL] Non-readable POM /w/workspace/holmes-dsa-master-clm/pom.xml:
> /w/workspace/holmes-dsa-master-clm/pom.xml (No such file or
> directory). I have no idea on how to fix it.

This failed because there was no merged code in the repository when the
weekly job fired. It should resolve itself when the job automatically
runs again.

> https://jenkins.onap.org/view/holmes/job/holmes-engine-management-master-release-version-java-daily/8/console
> For this one, I don't
> ​even ​
> know the actual reason because I can not find any obvious error in the log.

--[cut]--
11:56:21 [EnvInject] - [ERROR] - The given properties file path
'version.properties' doesn't exist.
11:56:21 [EnvInject] - [ERROR] - Missing file path was resolved from
pattern 'version.properties' .
11:56:21 [EnvInject] - [ERROR] - Problems occurs on injecting env vars
as a build step: java.io.IOException: remote file operation failed:
/w/workspace/holmes-engine-management-master-release-version-java-daily
at hudson.remoting.Channel@7b9420fc:ubuntu1604-basebuild-4c-4g-6462:
java.io.IOException: The given properties file path 'version.properties'
doesn't exist.
--[/cut]--

You're missing a version.properties file which is required by the the
job the job template.

-Andy-

-- 
Andrew J Grimberg
Lead, IT Release Engineering
The Linux Foundation



signature.asc
Description: OpenPGP digital signature
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss