Tagged: Jenkins

Increase the building heap-size for Jenkins jobs 0

Increase the building heap-size for Jenkins jobs

In Jenkins configuration the following configs have been set: Maven Project Configuration->Global MAVEN_OPTS

Global properties->Environment variables

0

Jenkins pipeline to create and trigger jobs dynamically inside a loop

There is a requirement from the customer, to build a pipeline, which will be executed to call 100 remote entry points. Of course, we have a classic approach to do this:

Use multiple JDKs in one Jenkinsfile 0

Use multiple JDKs in one Jenkinsfile

As usual, the Jenkins pipeline will only use the default JDK to execute the task. How to use multiple JDKs in one Jenkinsfile for different stages? First, define the multiple JDKs in Jenkins “Global...

0

[转]知乎容器化构建系统Jenkins设计和实践

知乎选用 Jenkins 作为构建方案,因其强大和灵活,且有非常丰富的插件可供使用和扩展。早期,应用数量较少时,每个开发者都手动创建并维护着几个 Job,各自编写 Jenkins Job 的配置,以及手动触发构建。