An open API service indexing awesome lists of open source software.

https://github.com/fartem/jenkins-manager

App for managing some Jenkins actions
https://github.com/fartem/jenkins-manager

jenkins jenkins-client

Last synced: 3 months ago
JSON representation

App for managing some Jenkins actions

Awesome Lists containing this project

README

        

# Jenkins Manager

## About

App for managing some Jenkins actions.

## Feedback

Right now a project in a development state. If you have an issue or advice please tell about it [here](https://github.com/fartem/jenkins-manager/issues).

```shell
flutter pub run build_runner build
```

## How to build app for Android

Soon.

## How to build app for iOS

Soon.

## How to build app for Linux

Soon.

## How to build app for macOS

Soon.

## How to contribute

Read [Commit Convention](https://github.com/fartem/repository-rules/blob/master/commit-convention/COMMIT_CONVENTION.md). Make sure your build is green before you contribute your pull request. Then:

```shell
$ flutter pub global activate dart_enum_to_string_check
$ flutter pub global run dart_enum_to_string_check
$ flutter pub global activate dart_code_metrics
$ flutter pub global run dart_code_metrics:metrics lib
$ flutter format -n --set-exit-if-chenged -l 120 lib
$ flutter analyze
```

## Contributors

- [@fartem](https://github.com/fartem) as Artem Fomchenkov