3.1.3 • Published 4 years ago

@xinix/cicd v3.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@xinix/cicd

Xinix CI/CD Library

CICD or Continuous Integration Continuous Deployment is an approach to do integration and deployment of application in scripting and automated way.

Adapter

Adapter define how stage run.

Adapter must implement methods:

  • .test(config)

Test configuration if match with adapter

  • .validate(config)

Validate configuration and normalize configuration

  • #run({ env, logger })

Run stage

  • #abort({ env, logger })

Abort stage

Resolver

Resolver detect configuration of a directory

3.1.3

4 years ago

3.1.2

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.9

4 years ago

3.0.8

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago