[midPoint-ci] Build failed in Jenkins: midPoint - master - compile #2648
Jenkins
noreply at evolveum.com
Mon Feb 19 10:33:23 CET 2024
See <https://jenkins.evolveum.com/job/midpoint-master-compile/2648/display/redirect>
Changes:
------------------------------------------
Started by GitHub push by skublik
Obtained tools/jenkins/midpoint-compile-pipeline from git https://github.com/Evolveum/midpoint.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/midpoint-master-compile-2648-18jpf-n9fww-q0410
Still waiting to schedule task
‘midpoint-master-compile-2648-18jpf-n9fww-q0410’ is offline
Agent midpoint-master-compile-2648-18jpf-n9fww-q0410 is provisioned from template midpoint-master-compile_2648-18jpf-n9fww
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "https://jenkins.evolveum.com/job/midpoint-master-compile/2648/"
runUrl: "job/midpoint-master-compile/2648/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "9ee538ddba0738a8519150a36d3c26d83012d4ec"
jenkins/label: "midpoint-master-compile_2648-18jpf"
name: "midpoint-master-compile-2648-18jpf-n9fww-q0410"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 900
containers:
- command:
- "cat"
image: "maven:3.9.4-eclipse-temurin-21"
imagePullPolicy: "IfNotPresent"
name: "maven"
resources:
limits:
memory: "4Gi"
cpu: "4"
requests:
memory: "4Gi"
cpu: "4"
securityContext:
privileged: false
runAsUser: 0
tty: true
volumeMounts:
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-agent:50000"
- name: "JENKINS_AGENT_NAME"
value: "midpoint-master-compile-2648-18jpf-n9fww-q0410"
- name: "JENKINS_NAME"
value: "midpoint-master-compile-2648-18jpf-n9fww-q0410"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "https://jenkins.evolveum.com/"
image: "jenkins/inbound-agent:4.13-2-alpine"
imagePullPolicy: "IfNotPresent"
name: "jnlp"
resources:
limits:
memory: "1Gi"
cpu: "1"
requests:
memory: "1Gi"
cpu: "1"
securityContext:
privileged: false
runAsUser: 0
tty: false
volumeMounts:
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
nodeSelector:
cpu: "E5-2680"
restartPolicy: "Never"
volumes:
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-midpoint-master-compile-2648-18jpf-n9fww-q0410"
readOnly: false
Running on midpoint-master-compile-2648-18jpf-n9fww-q0410 in /home/jenkins/agent/workspace/midpoint-master-compile
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] sh
+ '[' 0 -ge 1 ']'
[Pipeline] git
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/midpoint.git
> git init /home/jenkins/agent/workspace/midpoint-master-compile # timeout=10
Fetching upstream changes from https://github.com/Evolveum/midpoint.git
> git --version # timeout=10
> git --version # 'git version 2.34.2'
> git fetch --tags --force --progress -- https://github.com/Evolveum/midpoint.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Aborted by Lukas Skublik
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list