17. CI/CD with Jenkins. Jenkins nodes on GCP Compute engine with SSH

Поділитися
Вставка
  • Опубліковано 30 жов 2024
  • In this video I'll show how we can distribute loading between different nodes. Jenkins node - it's a computer (another machine) where you can ran jobs. From performance perspective, it's a good improvement. In case you need run hundreds jobs a day, there is no other option, just create new Nodes. We can use GCP Compute Engine to do it fast and cheap.
    One useful link - cloud.google.c...
    Commands to generate SSH key:
    cd ~/.ssh
    ssh-keygen -t rsa -f for_jenkins_key
    cat for_jenkins_key.pub - authorized_keys
    Let's be friends:
    INSTAGRAM ↣ / travels_code
    TWITTER ↣ / travelscode
    FACEBOOK ↣ / travelscode
    WEB-SITE ↣ travelscode.com/
    GITHUB ↣ github.com/Mak...
    #Jenkins #GCP

КОМЕНТАРІ • 5

  • @anythingcommon
    @anythingcommon 3 роки тому +1

    thank you, it worked:)

  • @GerardoBelot
    @GerardoBelot 4 роки тому +1

    No way ssh work with google vm instanse, for some reasone is always connection time out T_T

    • @GerardoBelot
      @GerardoBelot 4 роки тому +1

      No wonder, google cloud plugin is need!!

    • @TravelsCode
      @TravelsCode  4 роки тому

      yes. You can find in video how to do it.