Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Attachments: jenkins.job names.txt
Components: core
Created: 14/May/13 12:51 PM
Description:

I have a jenkins installation with ~ 200 job, named R-<project> or TRUNK-<project>. Many of these are disabled.

All R-projects compose a huge main pipeline based on "Build on SNAPSHOT" .
Some projects in main pipeline are orchestrated in a complex sub pipeline using "jenkins flow plugin".

All projects configuration are created by "Template Workflows Plugin"

The pipeline is the following:

  • Some project trigger A-install
  • A-install create A-SNAPSHOT and perform "Deploy on nexus repository"
  • B-compile, which depends on A-SNAPSHOT artifact, has "Build on SNAPSHOT" setted to true

The problem is that ONLY ONE project not triggers downstream projects. Moreover "Downstream projects" section in this "job home" is missing.

I spent some hours to resolve/investigate this issue and I have noticed this behaviour:

  • RENAME:
    If I rename "problematic job" with a different name, edit & save job configuration without modifications: the job behaviour became right.
    If I rename "fixed job" with the old name , edit & save job configuration without modifications, the behaviour became wrong.
    I notice that not all rename works, if I rename "R-engineBuilder-install" into "R-asd" the job behaviour remains wrong. If I rename "R-asd" into "asd" the job behaviour became right.
  • CLONE:
    If I create a new job cloning "problematic job", the cloned job behaviour is correct. Both "Downstream projects" section and trigger works.

I cannot replicate problem using a small set of jobs.

I resolve the problem using a "non-problematic" job name.

I have attached a full list of projects name.

Environment: [root@ci ~]# cat /etc/redhat-release
CentOS release 5.9 (Final)

[root@ci ~]# java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Oracle JRockit(R) (build R28.0.0-679-130297-1.6.0_17-20100312-2121-linux-x86_64, compiled mode)

Project: Jenkins
Labels: jenkins
Priority: Minor Minor
Reporter: Daniele Antonini
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to