Skip to content

AledLewis/slobber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slobber

Slobber is a utility that runs a ScriptRunner build and run of a file against a database.

Usage

var slobber = require('slobber');
var slobInstance = slobber.getInstance({
  "jdbc": "jdbc:oracle:thin:@localhost:1521:xe",
  "user": "promotemgr",
  "password": "pass",
  "jarLocation": "path/to/ScriptRunner.jar",
  "codeSourcePath":"path/to/scriptrunner/build/dir",
  "builderConfigLocation": "builder.cfg"
});

slobInstance('path/to/file',function(slobResult){
 console.log(slobResult.result);
});

About

Fivium hack day clobber

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published