Hi there,

 

We have a few custom Jenkins plugins developed for version 1.454 and we want to 
compile 

them for usage with version 1.651.3 or newer.

 

For example one of our plugins pom.xml looks like

 

    <parent>

        <groupId>org.jenkins-ci.plugins</groupId>

        <artifactId>plugin</artifactId>

        <version>1.454</version>

    </parent>

 

    <groupId>ci-release</groupId> <!-- historical -->

    <artifactId>ci-release</artifactId> <!-- historical -->

    <version>2.0.1</version>

    <packaging>hpi</packaging>

 

When I want to go from 1.454 to 1.645 is easy I simply change 1.454 to 1.645 
and plugin is built 

however when I try to go to a version greater than 1.645 changing 1.454 to 
1.651.3 I receive an 

error

 

Non-resolvable parent POM: Could not find artifact 
org.jenkins-ci.plugins:plugin:pom:1.651.3 in repo.jenkins-ci.org 
(https://repo.jenkins-ci.org/public/) and 'parent.relativePath' points at wrong 
local POM @ line 3, column 11 -> [Help 2]

 

How can I solve this problem?

 

Best Regards

Panagiotis Lamprou

 



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7f0704c1351fa540ad1c78597c295f76%40iris.
For more options, visit https://groups.google.com/d/optout.

Reply via email to