Skip to content

Instantly share code, notes, and snippets.

@dawalama
Created March 1, 2014 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dawalama/9292586 to your computer and use it in GitHub Desktop.
Save dawalama/9292586 to your computer and use it in GitHub Desktop.
diff --git a/TryLib/JenkinsRunner/MasterProject.php b/TryLib/JenkinsRunner/MasterProject.php
index c440508..b54a29a 100644
--- a/TryLib/JenkinsRunner/MasterProject.php
+++ b/TryLib/JenkinsRunner/MasterProject.php
@@ -40,7 +40,7 @@ class TryLib_JenkinsRunner_MasterProject extends TryLib_JenkinsRunner{
}
public function getBuildCommand() {
- return 'build-master';
+ return 'build';
}
public function setSubJobs($jobs) {
diff --git a/try b/try
index b232e9b..cc74f6e 100755
--- a/try
+++ b/try
@@ -4,7 +4,7 @@
require_once "TryLib/Autoload.php";
# URL to your jenkins server (without http)
-$jenkins_server = 'localhost:8080';
+$jenkins_server = 'ec2-54-81-137-227.compute-1.amazonaws.com:8080/jenkins';
# Path to the jenkins cli.jar - download it from http://your.jenkins.instance/cli
$jenkins_cli_jar = '/usr/bin/jenkins-cli.jar';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment