
notes for jenkins-agent using ssh
This is my note for add jenkins-agent using ssh Create new node at jenkins dashboard and setting directory for root directory file for storing your deployment Choose…

The differences between on-premises, IaaS, PaaS, and FaaS
The terms “on-premises,” “IaaS” (Infrastructure as a Service), “PaaS” (Platform as a Service), and “FaaS” (Functions as a Service) refer to different deployment and service models in…
China’s Little Giant
Merics Report Nice topic how china success to fosters their Little Giant Companies The MERICS Report titled “Accelerator State: How China fosters ‘Little Giant’ companies” provides an…
Jenkins pipeline running docker
pipeline { agent { label ‘server_61’ } stages { stage(‘Checkout’) { steps { checkout scmGit(branches: [[name: ‘*/master’]], extensions: [], userRemoteConfigs: [[url: ‘[email protected]:github.git/’]]) } } stage(‘Down Docker’) {…
Running github action runner run.sh as services in ubuntu
# create file runner-services.sh #!/bin/bash # Your script commands her /home/username/actions-runner/run.sh # create file service at /etc/systemd/services/action-runner.service [Unit] Description=action-runner [Service] ExecStart=/home/username/actions-runner/runner-services.sh Restart=on-failure User=username -> adjust with your…

Resume buku psychology of money
Buku yang menarik , mengajarkan cara menggunakan uang secara bijak, jadi dapat banyak insight insight di buku ini. Berikut adalah beberapa poin penting dari buku Psychology of…