SlideShare a Scribd company logo
1 of 41
Download to read offline
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Automating Your Workflow
Daniel Pfeiffer • @mediabounds
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Meet Floatbot
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Lay of the Land
Git

Source Control

(We roughly follow
git-flow as our
branching strategy)
Assembla

Ticket Management

(also hosts our git
repositories)
Slack

Facilitates team
communication
HockeyApp

Distributes builds
internally and
externally
Jenkins

Automation server
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
An effective automated workflow 

works where your developers work.
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Jenkins
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
An automated workflow goes
beyond generating builds; 

it facilitates team communication.
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
You don't need a fancy set of
servers or hardware to begin
automating your workflow.
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Installing Jenkins
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Installing Jenkins
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Installing Jenkins
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Installing Jenkins
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Jenkins Overview
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Jenkins Overview
Node Node
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Jenkins Overview
Node
Executer
Executer
Node
Executer
Executer
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Jenkins Overview
Node
Executer
Executer
Job
Node
Executer
Executer
Job
Job
Job
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Jenkins Overview
Node
Executer
Executer
Job
Node
Executer
Executer
Job
JobJob
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Jenkins Overview
Node
Executer
Job
All you need to get started is 

one node and one executor.
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Plugins
• Assembla merge request builder

• Build Monitor View

• Checkstyle Plug-in

• Environment Injector Plugin

• Git plugin

• Google Play Android Publisher Plugin

• Gradle Plugin

• HockeyApp Plugin

• JUnit Plugin

• Managed Scripts

• promoted builds plugins

• Slack Notification Plugin

• Static Analysis Collector Plug-in

• Task Scanner Plug-in

• Warnings Plug-in

• Xcode integration

and many, many more
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Demo
Creating a job in Jenkins
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Three Types of Jobs
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
The CI Job (Continuous Integration)
• Triggered automatically when a merge request is opened

• Performs a static analysis and runs all available tests

• Generates a .ipa file and links to it in the merge request

• Upvotes or downvotes the merge request based on result

Provides an immediate review of new code 

and allows human reviews to be be focused 

on logic and not on style.
1
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
An aside: Code Reviews
• We are a team
• Every line of code should be seen by at least two humans

• No one is individually responsible for shipping a broken app
• We are a team of experts
• Each member offers unique perspectives on how to solve problems 

• Builds shared knowledge throughout the team
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
The Nightly Job
• Triggered automatically each night 

(if there are new commits)

• Performs a static analysis and runs all available tests

• Uploads build to HockeyApp and sends to team

• Updates tickets impacted by the build

• Posts notifications in Slack

Provides the QA team with an always up-to-date
build so that feedback loops are short.
2
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
The Nightly Job
• Triggered manually requiring release notes to be entered

• Automatically waits for QA team to approve nightly

• Re-signs nightly build using client’s distribution certificate

• Uploads build to HockeyApp and sends to client

• Posts notifications in Slack

Provides clients transparency to the progress 

of the project with frequent beta builds.
2
Promoted
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
The Release Job
• Triggered manually when client approves builds

• Requires build parameters for version and release notes

• Uploads debug symbols to HockeyApp

• Distributes build via App Store or MAM

• Posts notifications in Slack

Reduces the effort of shipping to users so we can
rapidly add new features or respond to bugs.
3
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Having an automated workflow 

is not like having an employee...

it's more like having a puppy.
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Tips for Effective Automation
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Use the Release build configuration1
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Verify your App ID settings2
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Verify your App ID settings2
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Publish and track build warnings3
Warnings plugin
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Build warnings eventually 

become build errors.
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Scan source files for TODO or FIXME4
Task Scanner plugin
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Scan source files for TODO or FIXME4
Task Scanner plugin
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Scan source files for TODO or FIXME4
Task Scanner plugin
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Implement a static analysis process5
Analysis Collector plugin
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Mark substandard builds as unstable6
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
An effective automated workflow
focuses on providing clear, 

detailed information.
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Beyond Automated Builds
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
It is important to truly understand a
process before it can be automated.
Copyright © 2016 Float. All rights reserved.www.gowithfloat.com
Daniel Pfeiffer • @mediabounds

More Related Content

More from Float

What Problem is Your Organization Looking to Solve?
What Problem is Your Organization Looking to Solve?What Problem is Your Organization Looking to Solve?
What Problem is Your Organization Looking to Solve?Float
 
ATDTK18 - design patterns for emergent learning technologies
ATDTK18 - design patterns for emergent learning technologiesATDTK18 - design patterns for emergent learning technologies
ATDTK18 - design patterns for emergent learning technologiesFloat
 
DevLearn 2017 - Getting Started with Adapt
DevLearn 2017 - Getting Started with AdaptDevLearn 2017 - Getting Started with Adapt
DevLearn 2017 - Getting Started with AdaptFloat
 
Unlocking Business Outcomes with Augmented Reality
Unlocking Business Outcomes with Augmented RealityUnlocking Business Outcomes with Augmented Reality
Unlocking Business Outcomes with Augmented RealityFloat
 
Getting Started on Your Mixed-Reality Strategy
Getting Started on Your Mixed-Reality StrategyGetting Started on Your Mixed-Reality Strategy
Getting Started on Your Mixed-Reality StrategyFloat
 
#LSCon: The Missing Link - Data Interoperability From Learning Systems to Ope...
#LSCon: The Missing Link - Data Interoperability From Learning Systems to Ope...#LSCon: The Missing Link - Data Interoperability From Learning Systems to Ope...
#LSCon: The Missing Link - Data Interoperability From Learning Systems to Ope...Float
 
ASTD Webcast: Leveraging Mobile Learning for Sales Enablement
ASTD Webcast: Leveraging Mobile Learning for Sales EnablementASTD Webcast: Leveraging Mobile Learning for Sales Enablement
ASTD Webcast: Leveraging Mobile Learning for Sales EnablementFloat
 

More from Float (7)

What Problem is Your Organization Looking to Solve?
What Problem is Your Organization Looking to Solve?What Problem is Your Organization Looking to Solve?
What Problem is Your Organization Looking to Solve?
 
ATDTK18 - design patterns for emergent learning technologies
ATDTK18 - design patterns for emergent learning technologiesATDTK18 - design patterns for emergent learning technologies
ATDTK18 - design patterns for emergent learning technologies
 
DevLearn 2017 - Getting Started with Adapt
DevLearn 2017 - Getting Started with AdaptDevLearn 2017 - Getting Started with Adapt
DevLearn 2017 - Getting Started with Adapt
 
Unlocking Business Outcomes with Augmented Reality
Unlocking Business Outcomes with Augmented RealityUnlocking Business Outcomes with Augmented Reality
Unlocking Business Outcomes with Augmented Reality
 
Getting Started on Your Mixed-Reality Strategy
Getting Started on Your Mixed-Reality StrategyGetting Started on Your Mixed-Reality Strategy
Getting Started on Your Mixed-Reality Strategy
 
#LSCon: The Missing Link - Data Interoperability From Learning Systems to Ope...
#LSCon: The Missing Link - Data Interoperability From Learning Systems to Ope...#LSCon: The Missing Link - Data Interoperability From Learning Systems to Ope...
#LSCon: The Missing Link - Data Interoperability From Learning Systems to Ope...
 
ASTD Webcast: Leveraging Mobile Learning for Sales Enablement
ASTD Webcast: Leveraging Mobile Learning for Sales EnablementASTD Webcast: Leveraging Mobile Learning for Sales Enablement
ASTD Webcast: Leveraging Mobile Learning for Sales Enablement
 

Recently uploaded

WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...masabamasaba
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationJuha-Pekka Tolvanen
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
tonesoftg
tonesoftgtonesoftg
tonesoftglanshi9
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2
 

Recently uploaded (20)

WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 

Automating Your Workflow - Daniel Pfeiffer at 360iDev 2016

  • 1. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Automating Your Workflow Daniel Pfeiffer • @mediabounds
  • 2. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Meet Floatbot
  • 3. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Lay of the Land Git Source Control (We roughly follow git-flow as our branching strategy) Assembla Ticket Management (also hosts our git repositories) Slack Facilitates team communication HockeyApp Distributes builds internally and externally Jenkins Automation server
  • 4. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com An effective automated workflow 
 works where your developers work.
  • 5. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Jenkins
  • 6. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com An automated workflow goes beyond generating builds; 
 it facilitates team communication.
  • 7. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com You don't need a fancy set of servers or hardware to begin automating your workflow.
  • 8. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Installing Jenkins
  • 9. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Installing Jenkins
  • 10. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Installing Jenkins
  • 11. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Installing Jenkins
  • 12. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Jenkins Overview
  • 13. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Jenkins Overview Node Node
  • 14. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Jenkins Overview Node Executer Executer Node Executer Executer
  • 15. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Jenkins Overview Node Executer Executer Job Node Executer Executer Job Job Job
  • 16. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Jenkins Overview Node Executer Executer Job Node Executer Executer Job JobJob
  • 17. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Jenkins Overview Node Executer Job All you need to get started is 
 one node and one executor.
  • 18. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Plugins • Assembla merge request builder • Build Monitor View • Checkstyle Plug-in • Environment Injector Plugin • Git plugin • Google Play Android Publisher Plugin • Gradle Plugin • HockeyApp Plugin • JUnit Plugin • Managed Scripts • promoted builds plugins • Slack Notification Plugin • Static Analysis Collector Plug-in • Task Scanner Plug-in • Warnings Plug-in • Xcode integration and many, many more
  • 19. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Demo Creating a job in Jenkins
  • 20. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Three Types of Jobs
  • 21. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com The CI Job (Continuous Integration) • Triggered automatically when a merge request is opened • Performs a static analysis and runs all available tests • Generates a .ipa file and links to it in the merge request • Upvotes or downvotes the merge request based on result Provides an immediate review of new code 
 and allows human reviews to be be focused 
 on logic and not on style. 1
  • 22. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com An aside: Code Reviews • We are a team • Every line of code should be seen by at least two humans • No one is individually responsible for shipping a broken app • We are a team of experts • Each member offers unique perspectives on how to solve problems • Builds shared knowledge throughout the team
  • 23. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com The Nightly Job • Triggered automatically each night 
 (if there are new commits) • Performs a static analysis and runs all available tests • Uploads build to HockeyApp and sends to team • Updates tickets impacted by the build • Posts notifications in Slack Provides the QA team with an always up-to-date build so that feedback loops are short. 2
  • 24. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com The Nightly Job • Triggered manually requiring release notes to be entered • Automatically waits for QA team to approve nightly • Re-signs nightly build using client’s distribution certificate • Uploads build to HockeyApp and sends to client • Posts notifications in Slack Provides clients transparency to the progress 
 of the project with frequent beta builds. 2 Promoted
  • 25. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com The Release Job • Triggered manually when client approves builds • Requires build parameters for version and release notes • Uploads debug symbols to HockeyApp • Distributes build via App Store or MAM • Posts notifications in Slack Reduces the effort of shipping to users so we can rapidly add new features or respond to bugs. 3
  • 26. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Having an automated workflow 
 is not like having an employee...
 it's more like having a puppy.
  • 27. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Tips for Effective Automation
  • 28. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Use the Release build configuration1
  • 29. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Verify your App ID settings2
  • 30. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Verify your App ID settings2
  • 31. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Publish and track build warnings3 Warnings plugin
  • 32. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Build warnings eventually 
 become build errors.
  • 33. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Scan source files for TODO or FIXME4 Task Scanner plugin
  • 34. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Scan source files for TODO or FIXME4 Task Scanner plugin
  • 35. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Scan source files for TODO or FIXME4 Task Scanner plugin
  • 36. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Implement a static analysis process5 Analysis Collector plugin
  • 37. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Mark substandard builds as unstable6
  • 38. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com An effective automated workflow focuses on providing clear, 
 detailed information.
  • 39. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Beyond Automated Builds
  • 40. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com It is important to truly understand a process before it can be automated.
  • 41. Copyright © 2016 Float. All rights reserved.www.gowithfloat.com Daniel Pfeiffer • @mediabounds