skip to Main Content

Errno 14 HTTPS Error 301 – Moved Permanently while installing Jenkins – yum install jenkins – CentOS

[root@###~]# yum install jenkins Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile base: mirror.myfahim.com extras: centos-hcm.viettelidc.com.vn updates: mirror.tino.org base | 3.6…

VIEW QUESTION

ERROR: The Compose file './docker-compose.yml' is invalid because: services.jenkins.networks contains an invalid type – CentOS

ERROR: The Compose file './docker-compose.yml' is invalid because: services.jenkins.networks contains an invalid type, it should be an array, or an object version: '3' services: jenkins: container_name: jenkins image: jenkins ports: - "8080:8080" volumes: - "$PWD/jenkins_home:/var/jenkins_home" networks: -net networks: net: Docker-Compose…

VIEW QUESTION

I'm getting error "Public key for jenkins-2.232-1.1.noarch.rpm is not installed" while installing Jenkins on AWS EC2 – CentOS

I'm installing Jenkins on AWS EC2 CentOS instance. I'm following this tutorial for installation - https://medium.com/@itsmattburgess/installing-jenkins-on-amazon-linux-16aaa02c369c. I'm getting the below error while installing: Downloading packages: warning: /var/cache/yum/x86_64/7/jenkins/packages/jenkins-2.232-1.1.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID 45f2c3d5: NOKEY:00 ETA Public key for jenkins-2.232-1.1.noarch.rpm…

VIEW QUESTION

Failed to connect to the host via ssh: Host key verification failed – CentOS

I am facing an issue while executing the ansible-playbook form Jenkins, like : PLAY [centos-slave-02] ********************************************************* TASK [Gathering Facts] ********************************************************* fatal: [centos-slave-02]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Host key verification failed.", "unreachable":…

VIEW QUESTION
Back To Top
Search