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
- Host: GitHub
- URL: https://github.com/fartem/jenkins-manager
- Owner: fartem
- Archived: true
- Created: 2021-04-30T17:12:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T10:04:16.000Z (over 3 years ago)
- Last Synced: 2024-07-29T19:04:58.227Z (10 months ago)
- Topics: jenkins, jenkins-client
- Language: Dart
- Homepage:
- Size: 177 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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