Gormanst
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Gormanst created a post, CompletedAWS EC2 Linux AMI buildAgent permission denied
I am trying to run a remote build agent on an AWS EC2 running Amazon Linux AMI. When the build agent runs I get.. On the linux client I get: debug1: Next authentication method: publickeydebug1: Off... -
-
-
Gormanst created a post, Maven multi module and remote buildAgent
in VCS + myMavenMultiProj + projAPI *pom.xml (produces projAPI.jar) + exposeAPI_A (dependency on projAPI) *pom.xml (produces exposeAPI_... -
-
Gormanst created a post, AnsweredMulti Module Maven simultaneous build steps
proj_API (poll SVN) I want to build this when it detects changes in the repo. proj_B->H These all have maven dependencies on proj_API and need to always use the latest build...