[
https://issues.jboss.org/browse/JBIDE-11778?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-11778 at 5/4/12 10:51 AM:
-------------------------------------------------------------
Just ran my hudpull script using these options
{code}
<viewFilter>view/DevStudio/view/DevStudio_All/</viewFilter>
<regexFilter>jbpm</regexFilter>
{code}
and got this:
{code}
# modified:
DevStudio/view/DevStudio_4.1.helios/job/jbosstools-3.2_stable_branch.component--jbpm/config.xml
# modified:
DevStudio/view/DevStudio_Trunk/job/jbosstools-3.3_trunk.component--jbpm/config.xml
{code}
So... seems to be working here. Committed changes to files into SVN so you can pull that
out and compare with what you think should be there.
Note that you can pull a copy of the latest config.xml from the server directly like
this:
{code}
view-source:https://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStu...
(in firefox)
or
wget
https://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/jo...
(via commandline)
{code}
was (Author: nickboldt):
Just ran my hudpull script using these options
{code}
<viewFilter>view/DevStudio/view/DevStudio_All/</viewFilter>
<regexFilter>jbpm</regexFilter>
{code}
and got this:
{code}
# modified:
DevStudio/view/DevStudio_4.1.helios/job/jbosstools-3.2_stable_branch.component--jbpm/config.xml
# modified:
DevStudio/view/DevStudio_Trunk/job/jbosstools-3.3_trunk.component--jbpm/config.xml
{code}
So... seems to be working here.
Hudson-sync-plugin fails silently
---------------------------------
Key: JBIDE-11778
URL:
https://issues.jboss.org/browse/JBIDE-11778
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Nick Boldt
Fix For: 3.3.0.CR1
When using hudson-sync-plugin to get the latest version of jbpm component:
{code:xml}
<plugin>
<groupId>org.jboss.maven.plugin</groupId>
<artifactId>hudson-job-sync-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
<configuration>
<!-- more output w/ verbose; default: false
-->
<verbose>true</verbose>
<!-- server and connection details -->
<
hudsonURL>https://hudson.qa.jboss.com/hudson/</hudsonURL>
<username>admin</username>
<password>#############</password>
<!-- to select a subset of jobs, use these
filters; default: view/myViewName/ -->
<viewFilter>view/DevStudio/view/DevStudio_Trunk/</viewFilter>
<regexFilter>jbosstools-3.3_trunk.component--jbpm</regexFilter>
<!-- if there's an existing config.xml
(not config.$timestamp.xml) then overwrite it if true; default false -->
<overwriteExistingConfigXMLFile>true</overwriteExistingConfigXMLFile>
<operation>pull</operation>
</configuration>
{code}
I get
{code}
[INFO] --- hudson-job-sync-plugin:0.0.1-SNAPSHOT:run (default) @ sync ---
[INFO] Hudson URL:
https://hudson.qa.jboss.com/hudson/
[INFO] Operation: pull
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
{code}
However my config.xml is not updated (when existing), or not created in case it's not
existing.
Something is wrong with this component. SOA jobs often loose sync between cache and
Hudson. It could because they belong to several views.
This bug in hudson-sync-plugin is the cause of several weird cases in Jenkins.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira