Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Jenkins

eroshenkoam edited this page Nov 11, 2014 · 2 revisions

Создание простой джобы

  • Заходим в Jenkins
  • Нажимаем "New Item"
    • Заполняем "Item name": user_<username>_weather_test
    • Выбираем "Maven project"
  • Заполняем "GitHub project": https://github.com/autoschool/weather/
  • Зачекиваем "Restrict where this project can be run"
    • Заполняем "Label Expression": digitalocean
  • Выбираем "Git"
    • Заполняем "Repository URL": [email protected]:autoschool/weather.git
    • Выбираем "Credentials": autotests-ci
  • Заполняем секцию "Build"
    • Заполняем "Goals and options": clean test
  • Нажимаем кнопку "Save"
Clone this wiki locally