tsainte / HelloJenkinsFromReactNative

A simple project in React Native to be cloned by a Jenkins machine to run a decent pipeline. πŸ‘€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to HelloJenkinsFromReactNative πŸ‘‹

What if we setup an awesome pipeline for a react native project using Jenkins? πŸš€

Purpose πŸ€“

This is a basic project written in RN to be used by one instance of Jenkins. The idea is to cover basics of the pipeline. For instance, what should come in a great CI/CD pipeline? Things like tests, test coverage report, quality metrics, distribution channels and so on, right? πŸ€”

Don't expect much from this repo, tho. Here's a bootstrap for helping configure a new machine (mac mini?) with Jenkins: https://gist.github.com/tsainte/ac7e45884f28cb9e265e4bb888e45bf3

To run the project πŸƒβ€

  • npm install react-native-cli
  • react-native run-ios or
  • react-native run-android

TODO βœ…β€

  • Everything 😹

About

A simple project in React Native to be cloned by a Jenkins machine to run a decent pipeline. πŸ‘€


Languages

Language:Ruby 56.0%Language:JavaScript 18.9%Language:Objective-C 13.9%Language:Python 6.2%Language:Java 5.1%