jenkins-plugins

Allow promotion of job in Jenkins pipeline

痴心易碎 提交于 2020-08-27 07:15:10
问题 I have a Jenkins pipeline which is responsible for about 5 stages (build and several different tests). I'm migrating from Jenkins 1.XX (with no pipelines) to Jenkins 2 and I'd like to replicate my process as closely as possible. The pipeline job I have set up on J2 handles everything exactly the same except it's using a JenkinsFile. The only issue is that the pipeline plugin does not appear to support Promotion of particular builds like you can do with Freestyle Jobs. Has anyone found a way

Jenkins Kubernetes plugin failing to provision jnlp-slave pods

别说谁变了你拦得住时间么 提交于 2020-08-24 09:10:53
问题 I have a Kubernetes 1.10.0, Docker 17.03.2-ce, and Jenkins 2.107.1 running on an Ubuntu 17.04 VM with Kubernetes Plugin 1.5 installed in Jenkins. I have 4 other Ubuntu VM(s) successfully set up as nodes in the cluster, including the untainted master. I can deploy nginx-based services directly and have unfettered access to the dashboard. So, Kubernetes itself seems happy enough. Before you mention it, let me say that we don't have short term plans to run Jenkins master inside Kubernetes itself