
Yogi Kulkarni
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
Activity overview
Latest activity by Yogi Kulkarni-
Yogi Kulkarni commented,
Hi Tushar,Go will only run those commands that you've configured it to run.It's likely that "bundle install --deployment" is calling "make install".To confirm, could you remove the exec task that c...
-
Yogi Kulkarni commented,
Hi,Thanks for reporting this. We have fixed the bug and it would be available in the next EA release.Thanks,Yogi
-
Yogi Kulkarni commented,
Hi Qiao Liang,We could not reproduce the problem with Hg 1.7.2 or 1.7.3 (we used TortoiseHg all-in-one installer available here: https://bitbucket.org/tortoisehg/stable/downloads).Which installer d...
-
Yogi Kulkarni commented,
Hi Ian,We could support this, however that would make updates on subsequent runs expensive because Go would end up exporting the whole repo each time instead of only fetching incremental changes.If...
-
Yogi Kulkarni commented,
Hi,This behavior, of pegging revisions in trigger-with-options, is intentional. For deployment pipelines it ensures you don't inadvertently push a revision that's not stable. You can always select ...
-
Yogi Kulkarni commented,
With "su - go" an interactive shell is started, which sources ~/.bashrc and PATH might be defined there correctly. However when a service is started it uses a non-interactive shell, which does not ...
-
Yogi Kulkarni commented,
The timer trigger does not implicitly mark the first stage of the pipeline to be manual. We've kept the concept of "trigger" separate from that of "approval". The timer trigger behaves just like a ...
-
Yogi Kulkarni commented,
To prevent 2 different stages of different pipeline instances of the same pipeline from running at the same time, you can use the pipeline locking feature introduced in 2.0.e.g. If pipeline A count...
-
Yogi Kulkarni commented,
Hi Mike,This has been fixed and will be available in the next EA, which should out by Fri.Best,Yogi
-
Yogi Kulkarni commented,
Hi,Could you give us more details about:- Cruise Server version- Subversion version- Operating SystemThanks,Yogi