Skip to content
Snippets Groups Projects
Commit 2bb664d6 authored by Surya Bahadur Kathayat's avatar Surya Bahadur Kathayat
Browse files

Merge branch 'testing2' into 'master'

experimenting with Jenkins permission issues

See merge request surya/devops-workshop!6
parents 5de67d4a 9ea80cf9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
sudo apt update
sudo apt install openjdk-11-jdk wget gnupg docker docker-compose
sudo apt install openjdk-17-jdk wget gnupg docker docker-compose
wget -q -O - https://pkg.jenkins.io/debian/jenkins.io.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sources.list.d/jenkins.list'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment