https://github.com/chukwuemekaaham/wine-mlops-with-jenkins
https://github.com/chukwuemekaaham/wine-mlops-with-jenkins
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chukwuemekaaham/wine-mlops-with-jenkins
- Owner: ChukwuemekaAham
- Created: 2025-03-11T17:58:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T19:31:06.000Z (about 2 months ago)
- Last Synced: 2025-03-11T19:32:33.741Z (about 2 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Jenkins Tutorial for MLOps



sudo wget -O /usr/share/keyrings/jenkins-keyring.asc \
https://pkg.jenkins.io/debian-stable/jenkins.io-2023.keyecho "deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] https://pkg.jenkins.io/debian-stable binary/" | sudo tee /etc/apt/sources.list.d/jenkins.list > /dev/null
sudo apt-get update
sudo apt install python3 python3-pip
sudo apt-get install jenkins
http://server_ip:8080/login?from=%2F
sudo cat /var/lib/jenkins/secrets/initialAdminPassword
http://102.223.37.190:8080/safeRestart
admin b1@
sudo -u jenkins -H bash
curl -sO http://102.223.37.190:8080/jnlpJars/agent.jar & java -jar agent.jar -url http://102.223.37.190:8080/ -secret 587737172bf4ea588f4f900c55e985e6d0a6e9462dfb33ccdf029c88340c7696 -name "Dev_Agent" -webSocket -workDir "/var/lib/jenkins"