ikedam commented on Bug JENKINS-21586

Instead of using "Subversion revision", you can do as following:

  • Use "Predefined parameters" and write like this:
    UPSTREAM_SVN_REVISION=${SVN_REVISION}
  • Configure following two Subversion in Project D:
    • .../trunk/product@${UPSTREAM_SVN_REVISION}
    • .../trunk/product/release@${UPSTREAM_SVN_REVISION}


You can specify revision to check out with repositoryurl@${revision}.
But I don't know well how it works, so you should test it carefully.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to