Skip to content

Commit 512536f

Browse files
author
davert
committed
new CI post
1 parent f78daf0 commit 512536f

File tree

2 files changed

+5
-76
lines changed

2 files changed

+5
-76
lines changed

_posts/2012-05-24-jenkins-ci-practice.markdown

Lines changed: 0 additions & 71 deletions
This file was deleted.

_posts/2013-05-24-jenkins-ci-practice.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ As for PHPUnit I use JUnit format for error reports and some **Jenkins** plugins
1616

1717
Thus, my application have 4 jobs in Jenkins they named in that way:
1818

19-
* MyProject_Testing_Unit # via phpunit
20-
* MyProject_Testing_Func # via behat
21-
* MyProject_Testing_Func_Web # codeception functional
22-
* MyProject_Testing_Accep_Web # codeception acceptance
19+
* `MyProject_Testing_Unit` # via phpunit
20+
* `MyProject_Testing_Func` # via behat
21+
* `MyProject_Testing_Func_Web` # codeception functional
22+
* `MyProject_Testing_Accep_Web` # codeception acceptance
2323

2424
And of course one job for bulding packages for demo and for developer:
2525

2626
* MyProject_Build_Dist
2727

28-
I scheduled jobs to run one by one so the first goes "Unit", then it triggers "Func", then "Func" triggers "Func_Web" and so on. "Build" is not triggered automatically, I start it by myself.
28+
I scheduled jobs to run one by one so the first goes `Unit`, then it triggers `Func`, then `Func` triggers `Func_Web` and so on. `Build` is not triggered automatically, I start it by myself.
2929

3030
#### COnfiguring Builds
3131

0 commit comments

Comments
 (0)