Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-3607

Matrix project loses upstream when config saved

    XMLWordPrintable

Details

    Description

      Attempting to set two multi-configuration projects in sequence is problematic.

      Steps to reproduce:

      Create two multi-configuration projects (e.g. "foo" and "bar"), and configure
      each one to build on two (or more) nodes. Go into bar's configuration and
      attempt to put foo upstream (i.e. put "foo" in "Build after other projects are
      built"). Save the configuration. Observe that the change did not take; bar has
      no upstream projects.

      Now, go into foo's configuration and put bar downstream (i.e. put "bar" in
      "Build other projects"). Save the configuration. (This part works.) Go into
      bar's configuration again, and note that "Build after other projects are built"
      correctly lists "foo". Don't change anything, just save the configuration.
      Observe that bar has no upstream projects again.

      Two symptoms, but they definitely appear to be the same issue. The first one is
      easier to work around, the second one is more of a pain. I first observed this
      with (I think) v1.289, but I can't say for sure that's when it appeared. It's
      still an issue as of v1.300.

      Attachments

        Issue Links

          Activity

            mdonohue mdonohue added a comment -
                • Issue 4598 has been marked as a duplicate of this issue. ***
            mdonohue mdonohue added a comment - Issue 4598 has been marked as a duplicate of this issue. ***
            mdonohue mdonohue added a comment -
                • Issue 4703 has been marked as a duplicate of this issue. ***
            mdonohue mdonohue added a comment - Issue 4703 has been marked as a duplicate of this issue. ***
            mindless Alan Harder added a comment -

            Started.

            mindless Alan Harder added a comment - Started.
            wohauser wohauser added a comment -

            put me on cc

            wohauser wohauser added a comment - put me on cc

            Code changed in hudson
            User: : mindless
            Path:
            trunk/hudson/main/core/src/main/java/hudson/model/AbstractProject.java
            trunk/www/changelog.html
            http://fisheye4.cenqua.com/changelog/hudson/?cs=23207
            Log:
            [FIXED JENKINS-3607] Omit unconfigurable project types (like MatrixConfiguration)
            from upstreamProject processing (suggested by jking_ok)

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in hudson User: : mindless Path: trunk/hudson/main/core/src/main/java/hudson/model/AbstractProject.java trunk/www/changelog.html http://fisheye4.cenqua.com/changelog/hudson/?cs=23207 Log: [FIXED JENKINS-3607] Omit unconfigurable project types (like MatrixConfiguration) from upstreamProject processing (suggested by jking_ok)

            People

              mindless Alan Harder
              acjohnso25 acjohnso25
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: