0.4.3 • Published 9 years ago

jenkins-persist v0.4.3

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

Jenkins Persist

The following defaults can be overriden with environment variables:

export MYSQL_DATABASE='jenkins'
export MYSQL_HOST='localhost'
export MYSQL_PORT='3306'
export MYSQL_USER='jenkins'

You will still need to set your password though:

export MYSQL_PASSWORD=<Your password>

See jenkins-persist --help for options:

Usage:
  jenkins-persist [options]

Options:
  --init      Initialize Database
  --build     Write to the build table
  --release   Write to the release table
  -h,--help   Display this message
0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago