JENKINS - Trigger Builds Remotely

Описание к видео JENKINS - Trigger Builds Remotely

How to trigger jenkins build remotely

Steps:
Open Project - Configure
Build Triggers - Trigger builds remotely

Using Token Authentication:
Setup some token value
http://localhost:8080/job/FreeStyle-Project/build?token=TOKEN_NAME

or /buildWithParameters?token=TOKEN_NAME

Trigger from CLI:
http://localhost:8080/job/FreeStyle-Project/build?token=TOKEN_NAME

Run in CLI with User Credentials:
http://your_username:your_password@localhost:8080/job/FreeStyle-Project/build?token=TOKEN_NAME

#jenkins #cicd #triggerbuildremotely

Комментарии

Информация по комментариям в разработке