[onap-discuss] [ONAP Helpdesk #44285] RE: MSB Jenkins job issue

2017-08-23 Thread Jessica Wagantall via RT
That is correct, 

we need to use ecomp-site not onap-site.

Thanks!
Jess
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [ONAP Helpdesk #44285] RE: MSB Jenkins job issue

2017-08-21 Thread zhao.huabing
Great, Thanks Jess and Gary.











Original Mail



Sender:  
To:  
CC:  zhaohuabing10201488
Date: 2017/08/22 06:46
Subject: [ONAP Helpdesk #44285] RE: MSB Jenkins job issue





Thanks so much Gary, 

Please let me know if you guys still need my help

Jess.___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [ONAP Helpdesk #44285] RE: MSB Jenkins job issue

2017-08-21 Thread zhao.huab...@zte.com.cn via RT
Great, Thanks Jess and Gary.











Original Mail



Sender:  
To:  
CC:  zhaohuabing10201488
Date: 2017/08/22 06:46
Subject: [ONAP Helpdesk #44285] RE: MSB Jenkins job issue





Thanks so much Gary, 

Please let me know if you guys still need my help

Jess.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [ONAP Helpdesk #44285] RE: MSB Jenkins job issue

2017-08-21 Thread Jessica Wagantall via RT
Thanks so much Gary, 

Please let me know if you guys still need my help

Jess. 
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [ONAP Helpdesk #44285] RE: MSB Jenkins job issue

2017-08-21 Thread Jessica Wagantall via RT
Sure, of course. 

Basically the pom.xml needs to be containing the repositories, distribution 
management and staging plugin blocks.
Let's take the vid pom.xml as an example of the information your pom is 
missing. 

Basically, the staging plugin definition needs to look like this:

org.sonatype.plugins

nexus-staging-maven-plugin
1.6.7
true

${nexusproxy}

176c31dfe190a
ecomp-staging

 


You will also need the definition for the repositories, which looks like this:


ecomp-releases
VID Release Repository

${nexusproxy}/${releaseNexusPath}


ecomp-snapshots
VID Snapshot Repository

${nexusproxy}/${snapshotNexusPath}


ecomp-staging
VID Staging Repository

${nexusproxy}/${stagingNexusPath}



oss-snapshots
oss Central - Snapshots

https://oss.sonatype.org/service/local/repositories/releases/content/



Notice that the serverIDs are prefixed like "ecomp-" and not "onap-". This is a 
rename that still hasn't changed, but we are discussing about the impact on 
doing so. 

Lastly, you will also need to update the distribution management:


ecomp-releases
VID Release Repository

${nexusproxy}/${releaseNexusPath}


ecomp-snapshots
VID Snapshot Repository

${nexusproxy}/${snapshotNexusPath}



ecomp-site
dav:${nexusproxy}${sitePath}





Please feel free to add me as reviewer to your pom.xml changes and I can help 
further. 

I hope this information helps
Thanks!
Jess
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [ONAP Helpdesk #44285] RE: MSB Jenkins job issue

2017-08-20 Thread zhao.huabing
HI Jessica,




Thanks for your response.




Could you please give me more specific instructions about how to fix this?

Am I suppose to modify the POM file of my project, the jjb file or should I 
just remove this job from jjb file because there is no official release yet?





Thanks,

Huabing








Original Mail



Sender:  
To:  
CC:  zhaohuabing10201488
Date: 2017/08/15 01:55
Subject: [ONAP Helpdesk #44285] RE: MSB Jenkins job issue





Dear Huabing and Gary, 

This daily job needs to be pushing into ecomp-staging not ecomp-releases. 
The problem is being handled correctly by Nexus since it is rejecting a re-push 
of a binary that is already been deployed here: 
https://nexus.onap.org/content/repositories/releases/org/onap/msb/apigateway/msb-apigateway-parent/1.0.0/

We need to make sure we are pushing into staging repository. 

Thanks!
Jess___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [ONAP Helpdesk #44285] RE: MSB Jenkins job issue

2017-08-20 Thread zhao.huab...@zte.com.cn via RT
HI Jessica,




Thanks for your response.




Could you please give me more specific instructions about how to fix this?

Am I suppose to modify the POM file of my project, the jjb file or should I 
just remove this job from jjb file because there is no official release yet?





Thanks,

Huabing








Original Mail



Sender:  
To:  
CC:  zhaohuabing10201488
Date: 2017/08/15 01:55
Subject: [ONAP Helpdesk #44285] RE: MSB Jenkins job issue





Dear Huabing and Gary, 

This daily job needs to be pushing into ecomp-staging not ecomp-releases. 
The problem is being handled correctly by Nexus since it is rejecting a re-push 
of a binary that is already been deployed here: 
https://nexus.onap.org/content/repositories/releases/org/onap/msb/apigateway/msb-apigateway-parent/1.0.0/

We need to make sure we are pushing into staging repository. 

Thanks!
Jess
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [ONAP Helpdesk #44285] RE: MSB Jenkins job issue

2017-08-14 Thread Jessica Wagantall via RT
Dear Huabing and Gary, 

This daily job needs to be pushing into ecomp-staging not ecomp-releases. 
The problem is being handled correctly by Nexus since it is rejecting a re-push 
of a binary that is already been deployed here: 
https://nexus.onap.org/content/repositories/releases/org/onap/msb/apigateway/msb-apigateway-parent/1.0.0/

We need to make sure we are pushing into staging repository. 

Thanks!
Jess
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss