Jenkins : Pipeline Creation : With Webhooks
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
JENKINS
https://www.jenkins.io/doc/book/pipeline/running-pipelines/
CentsOS - Jenkins File location : /etc/sysconfig/jenkins
Username :sreejith
Password : Orange999
Jenkins executable path on Jenkins : Linux : /usr/bin/git
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
How to Install Jenkins in CentOS-7
https://www.vultr.com/docs/how-to-install-jenkins-on-centos-7/
Installing Jenkins while downloading the repo got a message certificate has expired
bash-4.2$ sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo --no-check-certificate
--2022-08-18 07:05:19-- https://pkg.jenkins.io/redhat-stable/jenkins.repo
Resolving pkg.jenkins.io (pkg.jenkins.io)... 151.101.130.133, 151.101.194.133, 151.101.2.133, ...
Connecting to pkg.jenkins.io (pkg.jenkins.io)|151.101.130.133|:443... connected.
WARNING: cannot verify pkg.jenkins.io's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’:
Issued certificate has expired.
HTTP request sent, awaiting response... 200 OK
Length: 85
Saving to: ‘/etc/yum.repos.d/jenkins.repo’
100%[=============================================================================>] 85 --.-K/s in 0s
2022-08-18 07:05:19 (3.70 MB/s) - ‘/etc/yum.repos.d/jenkins.repo’ saved [85/85]
bash-4.2$
Jenkins URL : http://192.168.148.27:8080/
---- Creating Jobs to trigger automatically for once the push is received.
The below was already done -- As I found
SSH-Key Authorization : https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on
Jenkins executable path on Jenkins : Linux : /usr/bin/git


Comments
Post a Comment