DevOpsLab-LiveScenarios
DevOpsLab-LiveScenarios
  • 28
  • 34 846
start Jenkins as service on Linux,
start Jenkins as service on Linux
vi /etc/systemd/jenkins.service
[Unit]
Description=Jenkins Agent 1
After=network.target
[Service]
ExecStart=/usr/bin/java -jar /opt/jenkins.war
Restart=always
User=root
Group=root
[Install]
WantedBy=multi-user.target
มุมมอง: 100

วีดีโอ

Jenkins Directives
มุมมอง 35ปีที่แล้ว
Jenkins Directives options{ skipDefaultCheckout() timeout() buildDiscarder(logRotator(numToKeepStr: '20')) retry() }
Configure Jenkins agent using ssh
มุมมอง 1.9Kปีที่แล้ว
Configure Jenkins agent using ssh
Install Jenkins on Linux based OS - Centos/Redhat
มุมมอง 128ปีที่แล้ว
Install Jenkins on Linux based OS - Centos/Redhat install jenkins repository sudo wget -O /etc/yum.repos.d/jenkins.repo \ pkg.jenkins.io/redhat/jenkins.repo install the key sudo rpm import pkg.jenkins.io/redhat/jenkins.io-2023.key install jenkins dnf install jenkins -y systemctl start jenkins check the status of jenkins process: systemctl full status jenkins
Troubleshooting Clusters Kubernetes
มุมมอง 323ปีที่แล้ว
kubectl get nodes the-connection-to-the-server-host *.*.*.*:6443 was refused-did you specify the right host or port
sonarqube integration jenkins | unsupportedclassversionsonar
มุมมอง 267ปีที่แล้ว
sonarqube integration jenkins | unsupportedclassversionsonar | org/sonar/batch/bootstrapper/EnvironmentInformation has been compiled by a more recent version of the Java Runtime
GitLab Webhook Integration with Jenkins CI.
มุมมอง 11Kปีที่แล้ว
GitLab Webhook Integration with Jenkins CI. This video is a step-by-step guide to illustrate the industrial use of webhooks with CI.
Establish Passwordless SSH Connection Between Ansible Server and Hosts
มุมมอง 581ปีที่แล้ว
Establish Passwordless SSH Connection Between Ansible Server and Hosts and run first ansible ad-hoc command.
Ansible live scenarios | install ansible
มุมมอง 70ปีที่แล้ว
Ansible live scenarios | why ansible and install ansible
How to Install CentOS 8 on VirtualBox
มุมมอง 72ปีที่แล้ว
How to Install CentOS 8 on VirtualBox(Oracle VM)
how to copy jenkins from one server to another.
มุมมอง 8K2 ปีที่แล้ว
how to copy jenkins from one server to another
doploy java app in docker-container
มุมมอง 962 ปีที่แล้ว
doploy a java app in docker-container | hindi
Add Credentials in Jenkins and use them in CICD(groovy script) pipeline
มุมมอง 8292 ปีที่แล้ว
Add Credentials in Jenkins and use them in CICD(groovy script) pipeline
checkboxes custom field in JIRA
มุมมอง 1.5K2 ปีที่แล้ว
custom field as type checkboxes in JIRA
custom field JIRA
มุมมอง 622 ปีที่แล้ว
custom field JIRA
create custom issue type in JIRA
มุมมอง 1132 ปีที่แล้ว
create custom issue type in JIRA
CICD Scripted Pipeline
มุมมอง 1922 ปีที่แล้ว
CICD Scripted Pipeline
Deployment of a java based web application using Jenkins
มุมมอง 1572 ปีที่แล้ว
Deployment of a java based web application using Jenkins
mvn: command not found
มุมมอง 5K2 ปีที่แล้ว
mvn: command not found
WebApplication | WebServer | ApplicationServer | Jenkins | Tomcat | CICD
มุมมอง 1312 ปีที่แล้ว
WebApplication | WebServer | ApplicationServer | Jenkins | Tomcat | CICD
deploy java web application on tomcat server
มุมมอง 5332 ปีที่แล้ว
deploy java web application on tomcat server
install and set path for JAVA and maven
มุมมอง 1622 ปีที่แล้ว
install and set path for JAVA and maven
AddEclipseProjectToGitHub | GIT integration with Eclipse
มุมมอง 1422 ปีที่แล้ว
AddEclipseProjectToGitHub | GIT integration with Eclipse
Parse JSON response using JQ
มุมมอง 2352 ปีที่แล้ว
Parse JSON response using JQ
Jenkins Master Slave setup using agent.jar
มุมมอง 2.1K2 ปีที่แล้ว
Jenkins Master Slave setup using agent.jar
GIT clone using SSH
มุมมอง 7263 ปีที่แล้ว
GIT clone using SSH
Nexus Setup | installation in MacOS
มุมมอง 1433 ปีที่แล้ว
Nexus Setup | installation in MacOS

ความคิดเห็น

  • @NOTtheAditiYK
    @NOTtheAditiYK 12 วันที่ผ่านมา

    To all those facing operation not permitted: You can copy the maven folder from opt/homebrew/maven Paste it in usr/local Then just give complete location in code like '/usr/local/maven/bin/mvn clean package'

  • @shipcake12
    @shipcake12 2 หลายเดือนก่อน

    Thank you ❤❤

  • @michasasua8977
    @michasasua8977 3 หลายเดือนก่อน

    great video

  • @anil2k12
    @anil2k12 3 หลายเดือนก่อน

    Good tutorial

  • @psychurch
    @psychurch 4 หลายเดือนก่อน

    How to set up secret key?

  • @spandandutta1343
    @spandandutta1343 5 หลายเดือนก่อน

    Thank you so much didi. 🥰🥰🥰

  • @Kammo2118
    @Kammo2118 5 หลายเดือนก่อน

    Nice video

  • @smiechu47
    @smiechu47 7 หลายเดือนก่อน

    3:02 this window doesn't display properly in Firefox version 123.0, I had to download Chrome to see all the fields properly.

  • @patelg6759
    @patelg6759 10 หลายเดือนก่อน

    To be honest one of the best video i got in youtube i subscribed and I'll wait for your videos.

  • @lenore3185
    @lenore3185 11 หลายเดือนก่อน

    thank you so much!!!!!

  • @lamborningUrus3
    @lamborningUrus3 ปีที่แล้ว

    thankss <3

  • @shanshanu6016
    @shanshanu6016 ปีที่แล้ว

    Thanks a lot

  • @AlyWhits
    @AlyWhits ปีที่แล้ว

    Thank you SO much! this was exactly what I needed for my job to run. Very clear instructions.

  • @cyruswong9044
    @cyruswong9044 ปีที่แล้ว

    you did not explain how you create the api token in jenkins

  • @madhavan.g4187
    @madhavan.g4187 ปีที่แล้ว

    Greate Job mam 🤩

  • @IshwarBhumbak
    @IshwarBhumbak ปีที่แล้ว

    Thank You. I saw lots of video But your video clear all doubt and all thing clearly mentioned.

  • @itsabhi.
    @itsabhi. ปีที่แล้ว

    Very confusing

  • @tapaskhandai
    @tapaskhandai ปีที่แล้ว

    Hi , i am getting "ln: mvn: Operation not permitted" after hitting ln -s /Users/apache-maven-3.8.6/bin/mvn mvn

  • @maheshbidarkar6041
    @maheshbidarkar6041 ปีที่แล้ว

    Please can you share jenkins agent.jar

  • @TahirAkhlaq
    @TahirAkhlaq ปีที่แล้ว

    Thanks a lot !!

  • @devopslab-livescenarios1302
    @devopslab-livescenarios1302 ปีที่แล้ว

    After that when I created a POD, Pod remains in ContainerCreating status. when I did kubectl describe pod <podname> under events: issue - Warning FailedCreatePodSandBox 12s kubelet Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "7bcf49a342eec250898e07e32a4f651056d3600a58beb056bf828b7e8640082c": plugin type="flannel" failed (add): loadFlannelSubnetEnv failed: open : no such file or directory Solution: Create file /run/flannel/subnet.env on master FLANNEL_NETWORK=10.244.0.0/16 FLANNEL_SUBNET=10.244.0.1/24 FLANNEL_MTU=1450 FLANNEL_IPMASQ=true systemctl stop kubelet systemctl stop docker iptables --flush iptables -tnat --flush systemctl start kubelet systemctl start docker This is the complete solution. medium.com/@minaxijoshi3101/k8s-cluster-troubleshooting-ae661d021eee

  • @yorgoantranopoulos914
    @yorgoantranopoulos914 ปีที่แล้ว

    Thanks man

  • @menderes55
    @menderes55 ปีที่แล้ว

    Nice bro, thanks <3

  • @tech-world-bernes
    @tech-world-bernes ปีที่แล้ว

    Nice

  • @iamsohailsp
    @iamsohailsp ปีที่แล้ว

    Awesome 👍👍👍

  • @AloisioPinto
    @AloisioPinto ปีที่แล้ว

    Thanks !!! Solved my problem !!!!

  • @amitmandhare2286
    @amitmandhare2286 ปีที่แล้ว

    I am facing..Ng not found

  • @yogithakakarla1716
    @yogithakakarla1716 ปีที่แล้ว

    Excellent. Please do more such interview asked videos

  • @areebahmad5134
    @areebahmad5134 ปีที่แล้ว

    Maam, could you please guide on how to delete this created symlink? Thank you

  • @manjirighoradkar1326
    @manjirighoradkar1326 ปีที่แล้ว

    Hi , I want to create a checklist of daily task in JIRA can you please help with that

  • @ShivaniGupta-z2i
    @ShivaniGupta-z2i ปีที่แล้ว

    I am still seeing the same issue.

  • @rajeshbhosale5207
    @rajeshbhosale5207 ปีที่แล้ว

    thank you ,configuration worked

  • @bivindambadi2822
    @bivindambadi2822 ปีที่แล้ว

    couls you please share a sample git URL for practicing

  • @learnandfunwithriya3583
    @learnandfunwithriya3583 ปีที่แล้ว

    Very Informative... Please come up with such more videos

  • @alowroy
    @alowroy ปีที่แล้ว

    thanks a lot sweety

  • @siddharthabhimanyusodadasi255
    @siddharthabhimanyusodadasi255 ปีที่แล้ว

    Nice girl'👍

  • @abhih4405
    @abhih4405 ปีที่แล้ว

    operation not permitted is showing

    • @devopslab-livescenarios1302
      @devopslab-livescenarios1302 ปีที่แล้ว

      Please give more details. I mean where it’s showing operation not permitted. Which user are you using etc

    • @anshavm9527
      @anshavm9527 ปีที่แล้ว

      Showing on terminal ln: mvn: Operation not permitted What is the solution please help

    • @sivahitesh047
      @sivahitesh047 ปีที่แล้ว

      @@anshavm9527 did you find any work around?

    • @snehadhande5283
      @snehadhande5283 ปีที่แล้ว

      were you able to find solution? I am also facing same issue

    • @abhih4405
      @abhih4405 ปีที่แล้ว

      ​@@snehadhande5283 yeah. I solved the issue

  • @santoshvantaram
    @santoshvantaram 2 ปีที่แล้ว

    Excellent video..could you please help me with my requirement. I just mailed you. Thanks in advance

  • @santhoshrajselvaraj7302
    @santhoshrajselvaraj7302 2 ปีที่แล้ว

    This gives us the idea of transferring. Could you please ping the mail id. SO i can ask a doubt ?

  • @anilkegarla5960
    @anilkegarla5960 2 ปีที่แล้ว

    provide github url

  • @tanveersyed1049
    @tanveersyed1049 2 ปีที่แล้ว

    Nice video pls upload more videos

  • @mehboobsubanigori1270
    @mehboobsubanigori1270 2 ปีที่แล้ว

    Thanks alot

  • @sumitjoshi1675
    @sumitjoshi1675 2 ปีที่แล้ว

    Really helpful! You make it look easy.

  • @sumitjoshi1988
    @sumitjoshi1988 2 ปีที่แล้ว

    Thanks !

  • @sumitjoshi1988
    @sumitjoshi1988 2 ปีที่แล้ว

    Helpful!!!

  • @krakesh2003in
    @krakesh2003in 2 ปีที่แล้ว

    I appreciate you lot because of your teaching, Please continue like this, we need mentors like you. I am waiting for the next video.

  • @adamdost7573
    @adamdost7573 2 ปีที่แล้ว

    Nice keep uploading

  • @hemlatajoshi3297
    @hemlatajoshi3297 2 ปีที่แล้ว

    Really helpful.

  • @sumitjoshi1988
    @sumitjoshi1988 2 ปีที่แล้ว

    Thanks for making this video.

  • @hemlatajoshi3297
    @hemlatajoshi3297 2 ปีที่แล้ว

    Thanks for creating this series. Please make all the videos asap.