[Jenkins] - Jenkinsfile 작성하기

목차

Jenkins 란

참고

Evn Variable

Agent 추가

additionalAgents: 
maven:
podName: maven
customJenkinsLabels: maven
image: jenkins/jnlp-agent-maven
tag: jdk11
node:
podName: node
customJenkinsLabels: maven
image: jenkins/jnlp-agent-node
tag: latest

Erorr : You must be logged in to the server (Unauthorized)

Share