Started by user Christopher Guindon
Running as Christopher Guindon
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9
[Normal][foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9][Scheduled] Successfully assigned kubedeploy-agent-kgkvk-mjdm9 to osnode-23.eclipse.org
[Normal][foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume"
[Normal][foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-7n9s6"
[Normal][foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9][Pulled] Container image "eclipsefdn/kubectl:1.9-alpine" already present on machine
[Normal][foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9][Created] Created container
[Normal][foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9][Started] Started container
[Normal][foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9][Pulled] Container image "eclipsecbijenkins/basic-agent:4.2" already present on machine
Still waiting to schedule task
‘kubedeploy-agent-kgkvk-mjdm9’ is offline
[Normal][foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9][Created] Created container
[Normal][foundation-internal-webdev/kubedeploy-agent-kgkvk-mjdm9][Started] Started container
Agent kubedeploy-agent-kgkvk-mjdm9 is provisioned from template kubedeploy-agent-kgkvk
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.foundation-internal-webdev.svc.cluster.local/ci/webdev/job/update-kubernetes-secret/8/"
runUrl: "job/update-kubernetes-secret/8/"
labels:
jenkins: "slave"
jenkins/label: "kubedeploy-agent"
name: "kubedeploy-agent-kgkvk-mjdm9"
spec:
containers:
- command:
- "cat"
image: "eclipsefdn/kubectl:1.9-alpine"
name: "kubectl"
tty: true
volumeMounts:
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.foundation-internal-webdev.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "kubedeploy-agent-kgkvk-mjdm9"
- name: "JENKINS_NAME"
value: "kubedeploy-agent-kgkvk-mjdm9"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.foundation-internal-webdev.svc.cluster.local/ci/webdev/"
image: "eclipsecbijenkins/basic-agent:4.2"
name: "jnlp"
resources:
requests:
cpu: "100m"
memory: "256Mi"
volumeMounts:
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
nodeSelector:
beta.kubernetes.io/os: "linux"
restartPolicy: "Never"
securityContext: {}
volumes:
- emptyDir:
medium: ""
name: "workspace-volume"
Running on kubedeploy-agent-kgkvk-mjdm9 in /home/jenkins/agent/workspace/update-kubernetes-secret
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Deploy to cluster)
[Pipeline] container
[Pipeline] {
[Pipeline] withKubeConfig
[kubernetes-cli] creating missing workspace to write temporary kubeconfig
[Pipeline] {
[Pipeline] sh
+ cat
+ + kubectl create secret generic gitlab-sync-secrets kubectl --from-file=./access-token apply --namespace -f foundation-internal-webdev-apps --dry-run --o
yaml
secret "gitlab-sync-secrets" created
[Pipeline] }
[kubernetes-cli] kubectl configuration cleaned up
[Pipeline] // withKubeConfig
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS