Pierrick KinifApr 7, 20232 min readHow to Use Variable Environments for Running Rscripts on JenkinsOptimize your workflow by automating R scripts with Jenkins. Learn how to run an R script from GitHub using Sys.getenv() function.
Pierrick KinifApr 7, 20232 min readHow to Install Jenkins on Ubuntu?Automate software tasks with Jenkins on AWS. Install Jenkins on an EC2 instance and streamline your build and deployment processes.
Pierrick KinifApr 7, 20233 min readAutomating Your Data Pipeline with GitHub and JenkinsAutomate your data pipeline with Jenkins and GitHub. Learn how to set up a Jenkins job to run a scheduled script from GitHub in this post.
Pierrick KinifApr 7, 20232 min readHow to Install a Python Virtual Environment on JenkinsIsolate your Python projects with a virtual environment on Jenkins. Learn how to install one in this post.