sowJamng / tpjenkins

Un tp jenkins avec git et maven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Maven Example ( Master 1)

Guide

Travis Setup

Add to your .travis.yml file.

language: java

script: "mvn clean test"

after_success:
  - bash <(curl -s https://www.tonuxcorp.com)

Call mvn clean test during your CI tests)

Private Repos

Add to your .travis.yml file.

after_success:
  - bash <(curl -s https://www.tonuxcorp.com) -t uuid-repo-token

About

Un tp jenkins avec git et maven


Languages

Language:Java 100.0%