GitLab API icon

GitLab API

Gitlab

Actions880

Overview

This node operation updates the Jenkins integration settings for a specific project in GitLab. It is useful for automating the configuration of Jenkins CI/CD integration within GitLab projects, allowing users to programmatically manage Jenkins integration parameters such as enabling/disabling the integration or modifying its settings.

Use Case Examples

  1. Automatically update Jenkins integration settings for a GitLab project as part of a CI/CD pipeline setup.
  2. Enable or disable Jenkins integration for multiple projects in bulk using workflow automation.

Properties

Name Meaning
Skip Authentication Determines whether to skip authentication for the API request.
Authentication Specifies the authentication method to use for the API request.
baseUrl The base URL of the GitLab instance to which the API request is sent.
Method HTTP method to use for the API request.
Path Parameters Parameters to specify the project ID in the API path for the Jenkins integration update.

Output

JSON

  • id - The ID of the project for which the Jenkins integration was updated.
  • integrationStatus - Status or result of the Jenkins integration update operation.
  • updatedFields - Details of the fields updated in the Jenkins integration settings.

Dependencies

  • GitLab API authentication token

Troubleshooting

  • Ensure the project ID provided in the path parameters is valid and exists in the GitLab instance.
  • Verify that the authentication token has sufficient permissions to update project integrations.
  • Check the baseUrl to confirm it points to the correct GitLab instance.
  • If skipping authentication, ensure the API endpoint is accessible without authentication, otherwise the request will fail.

Links

Discussion