Log in if you have an account.
Otherwise, register for an account.
For more details, please visit the How This Site Works page.
I am having difficulty running multiple instances of the same pipeline simultaneously. Once one instance is running, it doesn't seem to allow another one to be triggered until the current instance has completed. I have the setting "Automatic pipeline locking" unselected, so I'd expect that it would allow simultaneous execution.
Are there other settings that impact the ability to run simultaneously?
We have problems use go-agent run rake task for RoR project. Can anyone help us? Please contact me if you need more information.
We installed go-server and go-agent on the same machine.
OS:
ubuntu (11.04)
Go Version:
2.4
Rails 3
We can run rake task mannualy form the go-agent pipeline/project folder "/var/lib/go-agent/pipelines/<project>
But when trigger this task from go dashboard, got the following errors:
I'm using Go to build projects that are hosted on Git repositories. These git repositories have submodules in.
It seems that about every minute when polling, the Go server will wipe the submodules and re-clone them, which is causing an excessive load.
Why would it be doing this? It can surely keep syncing the existing submodule clone.
For that matter, why does it even need to checkout the submodules? The changes needed to be detected are in the parent repository, as submodules checkout are essentially commit hashes stored in commits to the parent repository.
The Go server log frequently has the following log line in (about every 2 minutes):
WARN [materialUpdateThread] MaterialUpdateService:60 [Material Update] Skipping update of material GitMaterial ... which has been in-progress since [about 1 minute before]
I'm sure that a git hook initiated build is more ideal, but I'd prefer to poll if it is as efficient as it should be.
The Go server version is: 2.4.0
The git version is 1.7.4.1
Kind Regards
Andy
Hello,
We would like to have a notification sent to each of our engineers when a particular stage passes for code that they submitted (basically an "all clear" message).
We're using Perforce for version control.
When we have the "Only if it contains my check-ins" checkbox checked, it doesn't work. Without it, everything works as expected.
I'm assuming this is something to do with the "My check-in aliases" field, but I can't figure out how to set it so that it works.
Here is the Materials for a recent check in I made:
Revision: 83286
Modified by: jspears@CJESSE64 on 2011-11-30T15:39:57-06:00
Hello, I am trying to evaluate Go for my companys build tool. I installed Go V2.3.1 on Ubuntu 11.04. Everything installed without errors and the server says it is starting up ok and to visit http://servername:8153/go, but when I go to the page there is nothing running. I have looked in the log and found no errors. And using sudo /etc/init.d/go-server status it returns running. After about 5 min the server shows stopped. I poked around a bit but can't seem to find the answer. Can anyone provide me with some troubleshooting steps? I have attached a log file from start, hit the address with a browser, wait, then the server stops itself.
Anyone have any thoughts?
I want to access our Go Server from a machine which sits outside of our network at another internet provider. I want to put a Go Agent on the remote server and then have the Go Agent be able to communicate back to our network. Does anybody know what ports the Go Agent needs to communicate on to accomplish this?
Dave
This does not send a notification when my aliases are set to jspears or jspears@CJESSE64
Am I doing something wrong?
Or, perhaps it's because of the way the user names are specified for our configuration of Perforce (i.e., user_name@CLIENT_NAME)
Any help or suggestions would be appreciated.