Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

fartem/jenkins-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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. Make sure your build is green before you contribute your pull request. Then:

$ 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