Skip to content

Instantly share code, notes, and snippets.

@pigri
Created December 9, 2015 18:30
Show Gist options
  • Save pigri/f063a443242903f17dcb to your computer and use it in GitHub Desktop.
Save pigri/f063a443242903f17dcb to your computer and use it in GitHub Desktop.
function evaluate(context){
var request = context.getCurrentRequest();
var jsonBody = request.jsonBody;
var json = jsonBody["build"]["commit_id"];
var response = json.substring(5,0);
return response;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment