Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Eclipse BPMN2 - Jenkins Build failed permanently

Hello,

I run into a strange problem with my nightly Build job in jenkins. The job always failed after more than 1 hour with the following message:

[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.bpmn2:org.eclipse.bpmn2:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/bpmn2-modeler.nightly/org.eclipse.bpmn2/pom.xml
[ERROR] Internal error: java.lang.RuntimeException: Invalid repository URL: ${eclipse-site}: no protocol: ${eclipse-site} -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Invalid repository URL: ${eclipse-site}

The project code seems to be ok. I can build the project locally with maven without any problem:

$mvn clean install -Pplatform-2022-06,sign

From the error message it looks like Maven did not resolve the maven property <eclipse-site>. But this property is set even if the maven profile is not used (I had the suspicion that Jenkins ignores my maven profile setting).

See details here: https://ci.eclipse.org/bpmn2/job/bpmn2-modeler.nightly/134/


Can someone give a hint what root of the problem could be?

Thanks for any help


===
Ralph






--

Imixs Software Solutions GmbH
Web: www.imixs.com Phone: +49 (0)89-452136 16
Timezone: Europe/Berlin - CET/CEST
Office: Agnes-Pockels-Bogen 1, 80992 München
Registergericht: Amtsgericht Muenchen, HRB 136045
Geschaeftsführer: Gaby Heinle u. Ralph Soika

Imixs is an open source company, read more: www.imixs.org


Back to the top