Skip to content

Commit

Permalink
fix(blog) info box contains explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Sep 18, 2017
1 parent 9f08739 commit e5e3738
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions blog/smart-testing-0.0.1.textile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ bc(prettify).. $ mvn clean verify -Dsmart.testing=new,changed,affected
p. This will execute the build running only those tests which are falling into selected categories, based on your local changes.

p(info). %For the CI environment, such as Jenkins, you can pass commit hashes using environment variables. For example:
<code class="prettify">$ mvn verify -Dsmart.testing=affected -Dscm.range.head=GIT_COMMIT -Dscm.range.tail=GIT_PREVIOUS_COMMIT</code>%

This will optimize tests based on the changes between the current commit and the one against which the previous build was run.
<code class="prettify">$ mvn verify -Dsmart.testing=affected -Dscm.range.head=GIT_COMMIT -Dscm.range.tail=GIT_PREVIOUS_COMMIT</code>
This will optimize tests based on the changes between the current commit and the one against which the previous build was run.%

p(info). %For more details head over to our "documentation":http://arquillian.org/smart-testing/0.0.1/ backed by awesome "Asciidoctor":http://asciidoctor.org/!%

Expand Down

0 comments on commit e5e3738

Please sign in to comment.