PostList

2019년 6월 6일 목요일

A Jenkins X Tutorial for Mac


# install Jenkins X
brew tap jenkins-x/jx
brew install jx

# Just in case, clean previous minikube
minikube delete

# Install a Kubernetes Cluster for Jenkins X, with default settings.
# if the command below fails, delete minikube and run the command again.
jx create cluster minikube


# install Jenkins console
jx add app jx-app-jenkins
jx cons

# check id and password of Jenkins
~/.jx/jenkinsAuth.yaml
or
~/.jx/adminSecrets.yaml

jx create devpod -l nodejs --reuse --sync 

jx create spring -d web -d actuator

댓글 없음:

댓글 쓰기