[JBoss JIRA] (JBIDE-23889) jbosstools-composite-install_master sends lots of nag emails when something goes awry (as it should)
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23889?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-23889:
----------------------------------------
30 minutes is OK, the issue was that for a couple of days, this setting was simply ignored so the build was running every 30 seconds.
> jbosstools-composite-install_master sends lots of nag emails when something goes awry (as it should)
> ----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23889
> URL: https://issues.jboss.org/browse/JBIDE-23889
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.3.AM2
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Fix For: 4.4.4.AM1
>
> Attachments: composite.png
>
>
> jbosstools-composite-install_master re-runs itself on failure. However, it seems like the SLEEP_TIME parameter is now ignored, resulting on constant re-run of the job and a lot of spam (multiple mails per minutes). Additionally to spam, this adds a relatively big load on Jenkins and slaves queue.
> I've removed the re-run on failure block of the downstream job trigger as a temporary workaround.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24010) build: bump plugin version to comply with baseline check
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24010?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24010:
------------------------------------
When I build your PR I get 2 additional plugins and one feature that need to be incremented:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project org.jboss.tools.openshift.common.ui: Duplicate version but different content found for (org.jboss.tools.openshift.common.ui/3.3.2.v20170202-1544). Also exists in baseline, but its content is different. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project org.jboss.tools.openshift.core: Version have moved backwards for (org.jboss.tools.openshift.core/3.3.2.v20170215-1207). Baseline has 3.3.2.v20170217-1329) with delta: 0.0.0 -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project org.jboss.tools.openshift.egit.integration.feature: Duplicate version but different content found for (org.jboss.tools.openshift.egit.integration.feature.source.feature.jar/3.3.2.v20161213-1011). Also exists in baseline, but its content is different. -> [Help 1]
{code}
> build: bump plugin version to comply with baseline check
> --------------------------------------------------------
>
> Key: JBIDE-24010
> URL: https://issues.jboss.org/browse/JBIDE-24010
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.4.4.AM1, 4.5.0.AM1
>
>
> {code}
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.0.0:compare-version-with-baselines
> (default) on project org.jboss.tools.openshift.client: Version have moved backwards for
> (org.jboss.tools.openshift.client/3.3.2.AM1-v20170224-1533-B1868).
> Baseline has 3.3.2.Final-v20170217-1414-B33) with delta: 0.0.0
> {code} -- https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/DevStudio/view/...
> Solution: upversion your client plugin or make it not use the BUILD_ALIAS in its version (so it's only got a timestamp).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24010) build: bump plugin version to comply with baseline check
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24010?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-24010:
------------------------------------------
[~nickboldt] [~jeffmaury] in the jbosstools-4.4.x branch o.j.t.openshift.client and o.j.t.openshift.core changed and thus need to be bumped. As consequence the o.j.t.openshift.feature then also had to get bumped.
Maven expects me to explicitly state the plugin version in the pom, too since it would otherwise complain about the 3.3.2-SNAPSHOT version it would inherit from parent. Annoying and error-prone, but so be it.
Nevertheless, the baseline check now still complains about o.j.t.openshift.egit.integration.feature because - as it states it - that the source feature changed but has the same version: https://github.com/jbosstools/jbosstools-openshift/pull/1432#issuecomment...
Can you please enlighten me?
> build: bump plugin version to comply with baseline check
> --------------------------------------------------------
>
> Key: JBIDE-24010
> URL: https://issues.jboss.org/browse/JBIDE-24010
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Andre Dietisheim
> Priority: Blocker
> Fix For: 4.4.4.AM1, 4.5.0.AM1
>
>
> {code}
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.0.0:compare-version-with-baselines
> (default) on project org.jboss.tools.openshift.client: Version have moved backwards for
> (org.jboss.tools.openshift.client/3.3.2.AM1-v20170224-1533-B1868).
> Baseline has 3.3.2.Final-v20170217-1414-B33) with delta: 0.0.0
> {code} -- https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/DevStudio/view/...
> Solution: upversion your client plugin or make it not use the BUILD_ALIAS in its version (so it's only got a timestamp).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months