Skip to content

Commit

Permalink
Added Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin-qpoint committed Feb 23, 2024
1 parent 2b1da2f commit b4520bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/jenkins/init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

set -e

bin/helm uninstall jenkins -n jenkins --ignore-not-found
bin/helm repo add jenkins https://charts.jenkins.io
bin/helm repo update
bin/helm install jenkins jenkins/jenkins -n jenkins

0 comments on commit b4520bd

Please sign in to comment.