I have a problem with Jenkins build and this is what I am seeing in the build log:
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘Jenkins’ doesn’t have label ‘ci’
I am not sure what does that actually means.
I have tried to check the configuration under "Configure Clouds" in Jenkins and it looks like this:


I would suggest few changes do it like this
Keep everything blank for
jenkins tunnel. Jenkins will automatically will pick it up.If you deployed this jenkins instance in kubernetes cluster then please use internal address for
jenkins_urllikehttp://jenkins.infrastructure.svci assume your jenkins service name isjenkinsand it isClusterIPFor Pod template you can just use
nameandlabelsand remove container template section. kubernetes will pick it up default.Please use the same label to schedule job as agent means you gave the label name different and using as diffrent means your jenkins looking for
ciagent which is not present so you should replace withjenkins-jenkins-slavein your pipeline