Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Files

Latest commit

author
Guðlaugur S. Egilsson
Nov 30, 2015
09a6a51 · Nov 30, 2015

History

History
13 lines (9 loc) · 686 Bytes

day3.md

File metadata and controls

13 lines (9 loc) · 686 Bytes

Day 3

Goal of today is to finish first two stories in the backlog. A commit stage which fails on tests, and deploy latest to test automatically. These must be separate projects in Jenkins.

When you have a failing build due to test failure, and you can deploy to your test server when the commit stage succeeds, you are done.

Note that the current version of dockerBuild.sh does NOT fail on test failure in grunt.

For the purpose of this course, we'll set up Jenkins CI on your development machine (CentOs by default), and use that as a default build server. Normally this is a separate machine with a development-like setup with everything required to build and test the project.