Comments

  • 1-4 of 4
  • vanillaike
    posted December 10, 2010 in Go > Feature Requests

    @Anush - Thanks for the reply.

    I'm talking about the form that asks me about what CI Server I use, what source control I use and some other questions when I use the "Returning Visitor" box.

    Subscribing to the announcements area would help, but I would still like some sort of visual indication because I get a lot of email and I may skip over some of it if I don't have time. Also my team members can know that there is an update at the same time since we use the Go interface on a daily basis. We don't have just a single administrator so any of us could apply the update if I'm on vacation or sick. I hope this makes sense.

  • vanillaike
    posted May 13, 2009 in Go > Feature Requests

    Thanks!

  • vanillaike
    posted May 11, 2009 in Go > Feature Requests

    In my pipeline I have a compile stage with a job to build. Then I have a unit test stage that fetches the artifacts from the build stage(upon a succesful build) and runs 3 jobs that have all the unit tests in them. Then a manual stage for deploying to a development area, and a stage for deploying to a testing area, and finally a stage for deploying to a production area. the only job where an agent needs to check out source code is my build job, any other job can be run on any agent that fetches the original artifacts. Currently before each job is run on an agent the agent checks out the source code, but most of my jobs don't need the source code. I think each job would run faster if I could tell it to skip the check out.

  • vanillaike
    posted April 23, 2009 in Go > Troubleshooting

    Thank you,

    That took care of my problem!

    vanillaike