Tag

httpRequest

1 views collected around this technical thread.

DevOps Cloud Academy
DevOps Cloud Academy
Jul 11, 2020 · Operations

Using Jenkins to Interact with GitLab API: Creating Branches via HttpRequest Plugin

This article demonstrates how to extend a Jenkins CI/CD pipeline to communicate with external systems, specifically showing how to create a GitLab branch by researching the GitLab API, installing the HttpRequest plugin, handling credentials securely, and encapsulating HTTP calls in reusable Groovy functions.

CI/CDDevOpsDocker
0 likes · 8 min read
Using Jenkins to Interact with GitLab API: Creating Branches via HttpRequest Plugin
DevOps Cloud Academy
DevOps Cloud Academy
Feb 16, 2020 · Operations

Jenkins API Endpoints and Using httpRequest in a Pipeline

This guide lists Jenkins REST API endpoints for project management tasks such as retrieving information, creating, disabling, enabling, deleting, and building jobs, and demonstrates how to wrap HTTP requests with the httpRequest step in a Jenkins pipeline using authentication tokens.

APICI/CDDevOps
0 likes · 3 min read
Jenkins API Endpoints and Using httpRequest in a Pipeline
Test Development Learning Exchange
Test Development Learning Exchange
Jul 4, 2018 · Backend Development

Django Views: HttpRequest, HttpResponse, render and redirect Functions

This article explains Django view fundamentals, covering view functions, HttpRequest and HttpResponse objects, the render and redirect helpers, their differences, and provides practical code examples illustrating their usage in web applications today.

DjangoHttpResponseViews
0 likes · 11 min read
Django Views: HttpRequest, HttpResponse, render and redirect Functions