scm accept does not load latest commits
Hello,
We have jenkins build server. I use command line 'scm accept' command to refresh sources from RTC server.
And what i don't understand why when i commit some fixes and deliver them. I can not load them with 'accept' command on jenkins server.
what can be wrong?
in both cases I use my own login.
Regards,
Yuri
One answer
Hi Yuri,
If your Jenkins build is using the same repository workspace as you do the delivery from, there will be no change sets to accept from the flow target. Be sure you're build is using a different repository workspace than the one in which you do your daily development.
Here are some other best practices too, Building with Jazz Team Build > Best Practices, including creating a build user.
Scott
If your Jenkins build is using the same repository workspace as you do the delivery from, there will be no change sets to accept from the flow target. Be sure you're build is using a different repository workspace than the one in which you do your daily development.
Here are some other best practices too, Building with Jazz Team Build > Best Practices, including creating a build user.
Scott