I have two jobs: Upload Launch-instance I want to make Launch-instance dependent on the other one, so that triggering Launch-instance automatically causes Upload to be run first.
What would be the purpose and/or benefits of implementing an Athena build for a private Eclipse plugin project? (using a private Hudson setup)
Background: We use NAnt as our building too开发者_Python百科l. Question: How can I tell Hudson to build a specific revision in SVN, instead of the latest one by default?
I\'m using the Hudson promoted build plugin to try an automatic deploy if all of the maven projects are good.
I am new to Hudson / Jenkins and was wondering if there开发者_如何学Python is a way to check in Hudson\'s configuration files to source control.
I want to setup two Hudson Masters on the same Hardware. This will make administering Hudson easier, since both servers are used by two开发者_如何学运维 different (and independent) teams.
I\'m trying to start Hudson on Ubuntu automatically on boot with an init.d script. The script works fine when invoked manually (ie with ./hudson start), and has update-rc.d-generated sym-links in rc2-
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:
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开发者_
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