- Simple button app
- Instrumentation test in /app/src/androidTest/
- Jenkinsfile that can be read by Jenkins for pipeline
- New Item
- Enter an item name yyButtonTestPipeline
- Pipeline
General
- [*] GitHub project
- URL: https://github.com/yujeeyoshee/yyButtonTest.git Build Triggers
- [*] Poll SCM - Schedule is * * * * *
- [*] Quiet Period - 5
- [*] GitHub project
- Pipeline
- Select "Pipeline script from SCM"
- SCM: Git
- Repo URL: https://github.com/yujeeyoshee/yyButtonTest.git
- Credentials: none
- Branches to build: */master
- Script Path: Jenkinsfile
- [*] Lightweight checkout