Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding suport to stop build api #29

Merged
merged 5 commits into from Apr 20, 2015
Merged

Conversation

mateusfreira
Copy link
Contributor

No description provided.

callback(error, response);
return;
}
var data = "job is stoped";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stopped*

@jansepar
Copy link
Owner

jansepar commented Feb 8, 2015

Would be great to add this command to the README!

@mateusfreira
Copy link
Contributor Author

@jansepar
Thanks for your considerations. was fixed in the next commits.

@@ -78,6 +79,19 @@ var init = exports.init = function(host, options) {
callback(null, data);
});
},
stopBuild: function(jobname, buildNumber, callback) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this match the format of other commands and variable using the _ to denote spaces? So stopBuildstop_build? Obviously up to @jansepar, but it looks weird to mix formats to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brianmichel bd015e0 fix this. thank you.

@brianmichel
Copy link
Contributor

Hey @jansepar what's going on with this PR, can it be merged?

@jansepar
Copy link
Owner

Hi guys, sorry for the delay on this, it's looking good thanks! 👍

jansepar added a commit that referenced this pull request Apr 20, 2015
Adding suport to stop build api
@jansepar jansepar merged commit 8c30b3f into jansepar:master Apr 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants