jenkins
How to schedule tests and store the tests reports?
I have a few integration tests (java classes), whic开发者_如何学运维h test a server application. (the tests just send requests, receive responses and verify them). Now Iwould like to run the tests per[详细]
2023-04-07 21:07 分类:问答Launch shell scripts from Jenkins
I\'m a complete newbie to Jenkins. I\'m trying to get Jenkins to monitor the execution of my shell script so i that i don\'t have to launch them manually each time but i can\'t figure out how to do i开[详细]
2023-04-07 20:07 分类:问答Trying to get jenkins and gitolite to work successfully - Permission denied (publickey,password)
I have been trying for days to get my gitolite work with jenkins so I can have repos hosted from server and working with Jenkins (they are on the same sever).[详细]
2023-04-07 17:44 分类:问答How to build a pipeline of jobs in Jenkins?
In my project, I have 3 web-applications, all depend on one all-commons project. In my Jenkins server, I built 4 jobs, all-commons_RELEASE, web-A_RELEASE, web-B_RELEASE and web-C_RELEASE.[详细]
2023-04-07 15:53 分类:问答Jenkins Database and Authentication
Does Jenkins store build status information into a database on its own? Does it have a plugin to talk to an Oracle database? If yes, can the slaves running on remote sites开发者_运维百科 do this on th[详细]
2023-04-07 10:23 分类:问答I've monkey patched after_commit so it works with my test, but it doesn't work on Jenkins
I use an after_commit filter in several places in my code. In order to get my cucumber tests working, I had to use a patch - http://outofti.me/post/4777884779/test-after-commit-hooks-with-transactiona[详细]
2023-04-07 02:15 分类:问答hudson and jenkins parameterized trigger plugin - running the same job multiple times with different parameters
I\'m trying to run the same job multiple times开发者_如何学运维 with different parameters via a parent job. However, only the first of the triggered jobs runs.[详细]
2023-04-07 01:53 分类:问答Email issue in hudson/Jenkins
Some time I get faile开发者_如何学God notification email in jenkins even though build is passed? How to reslove this issue, I am using jenkins 1.430, using email ext 2.14[详细]
2023-04-07 00:53 分类:问答Jenkins Master Slave Interaction
Does the Server maintai开发者_Python百科n a constant/continuous connection with client throughout the build process? or is the interaction between server and client connectionless?[详细]
2023-04-06 21:50 分类:问答Getting a shell error code from curl in Jenkins while still displaying output in console
I am using a shell script in Jenkins that, at a certain point, uploads a file to a server using curl. I would like to see whatever output curl produces but also check whether it 开发者_如何学Cis the o[详细]
2023-04-06 20:19 分类:问答