For secure communication, Jenkins supports setting up __________ for encrypting data transferred between the server and agents.
- HTTPS (Hypertext Transfer Protocol Secure)
- SSH (Secure Shell)
- TLS (Transport Layer Security)
- VPN (Virtual Private Network)
Jenkins supports setting up TLS (Transport Layer Security) for encrypting data transferred between the server and agents, ensuring secure communication. TLS provides a secure channel for data transmission.
Loading...
Related Quiz
- How can Jenkins job configurations be backed up and restored programmatically?
- A team is transitioning to microservices and needs their Jenkins CI/CD pipeline to handle multiple services independently. They should use ________.
- In Jenkins, a ________ is a sequence of steps that define how to build and deploy the application.
- A company with a large-scale project needs to scale its Jenkins setup. The most effective way to do this would be through __________.
- For a team aiming to integrate continuous code quality checks in their Jenkins pipeline, the integration of __________ is recommended.