jenkins-pipeline
Is it possible to trigger a multibranch pipeline jenkins build remotely?
It seems only freestyle has that option. This appears to be outdat开发者_高级运维ed. Jenkinsfiles do not appear to be able to read a remote trigger:[详细]
2022-12-07 23:34 分类:问答Jenkins failing to accept modifications made to existing pipeline job, unable to create new job
Using Jenkins version 2.375.1. I have a Jenkins instance which seemingly all of a sudden, no longer is allowing me to modify the pipeline script for a specific job. When I click "Submit&qu开发者_[详细]
2022-12-07 21:19 分类:问答Jenkinsfile clear gradle cache and retry on failure
Current scenario: We have configured CI pipeline and running a jenkinsfile.groovy script for a gradle build. The pipeline is working fine and now we are planning to enable an error handling functional[详细]
2022-12-07 20:28 分类:问答How can I retrigger another job (specific run) from a jenkins pipeline
There is a way to trigger a Jenkins job in a pipeline code using: "build job". Is there a way to retrigger \\ rebuild specific job number from a pipeline code?[详细]
2022-12-07 19:07 分类:问答How to set Jenkinsfile string parameter "defaultValue" from an S3 bucket file?
I\'m trying to implement a Jenkins pipeline for an application build. So, I have the version file saved in an S3 bucket file (eg: s3://my-bucket/version.txt).[详细]
2022-12-07 18:00 分类:问答