continuous-integration

Change number of threads for Jenkins server

与世无争的帅哥 提交于 2020-01-11 05:12:27
问题 I installed Jenkins on my vserver. When I had a look at htop Jenkins was running with 30 thread, each was allowed to allocate 247MB memory and up to 1181MB virtual memory. Because I've only a small vserver I tried to change the number of threads. But I could not find any configuration file. I installed jenkins via aptitude install jenkins and in htop I can see that Jenkins is running from: /usr/bin/java -jar /usr/share/jenkins/jenkins.war Tomcat isn't installed as well as jetty isn't

Change number of threads for Jenkins server

血红的双手。 提交于 2020-01-11 05:12:06
问题 I installed Jenkins on my vserver. When I had a look at htop Jenkins was running with 30 thread, each was allowed to allocate 247MB memory and up to 1181MB virtual memory. Because I've only a small vserver I tried to change the number of threads. But I could not find any configuration file. I installed jenkins via aptitude install jenkins and in htop I can see that Jenkins is running from: /usr/bin/java -jar /usr/share/jenkins/jenkins.war Tomcat isn't installed as well as jetty isn't

Which Continuous Integration tool are you using? [closed]

ⅰ亾dé卋堺 提交于 2020-01-09 23:42:39
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . Duplicate: Continuous Integration Cruise Control .NET alternatives? I'm planning to start Continuous Integration where I work. I used

Continuous Integration Servers [closed]

对着背影说爱祢 提交于 2020-01-09 05:58:51
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . My company is considering changing continuous integration servers (I won't say which one we have now, so I won't skew your responses

Continuous integration with jenkins using android studio

守給你的承諾、 提交于 2020-01-07 09:55:09
问题 I am new here to develop android application with android studio. I created sample basic application, from this i got the project structure of the application with build.gradle files in each module(which is different from eclipse). Then I successfully commit the code and push the entire project code to git repository by using Version Control System (VCS) in it. I need to configure my project with jenkins server for continuous integration. Can any one give me the step by step procedure, how to

Continuous integration with jenkins using android studio

余生颓废 提交于 2020-01-07 09:54:31
问题 I am new here to develop android application with android studio. I created sample basic application, from this i got the project structure of the application with build.gradle files in each module(which is different from eclipse). Then I successfully commit the code and push the entire project code to git repository by using Version Control System (VCS) in it. I need to configure my project with jenkins server for continuous integration. Can any one give me the step by step procedure, how to

How to specify a database connection to Doctrine fixtures?

血红的双手。 提交于 2020-01-06 06:34:12
问题 I am using Symfony 4 and I have a CI pipeline to deploy my app to a dev server. Using Doctrine features, I can execute the database migrations using a --db-configuration option: ./bin/console doctrine:migrations:migrate \ --allow-no-migration \ --db-configuration=dev_conn.php \ --no-interaction I would like to load the fixtures in the same manner, but the --db-configuration option isn't listed in help for the doctrine:fixtures:load command. Is there an "hidden" option to this command which

How to auto generating setup file while check-in the code in to TFS

江枫思渺然 提交于 2020-01-06 05:59:12
问题 How do I integrate InstallShield/Wix/IsWix with TFS? I wish to auto generate setup files during successful TFS checkin/release? I am comparing InstallShield with Wix and IsWix ! to choose the right candidate for upcoming product development. Tools Used v.Next Builds Team Foundation Version Control Update from InstallShield support team To integrate InstallShield with Team Foundation Server, install InstallShield on each machine that u want to be able to create, update, or build InstallShield

How to trigger jenkins build upon bitbucket pull request merged

帅比萌擦擦* 提交于 2020-01-06 03:10:29
问题 I looked at all other related questions and answers, didn't find anything solid, hence I'm opening a new question to look for your kind help, I've been working on this the whole day, any help I can get would be highly appreciated. Here's my environment: self-hosted jenkins server (Jenkins ver. 1.651.3) with git and bitbucket plugin installed. https://bitbucket.org (I do not have a self-hosted bitbucket server) What I want to do: to trigger jenkins build upon pull request got merged from

Xcode CI and cocoapods private repo

瘦欲@ 提交于 2020-01-06 01:45:51
问题 I've been trying to setup OSX server to use Xcode CI. My project uses cocoapods and a private repo. I've been following this tutorial: http://papaanton.com/setting-up-xcode-6-and-apple-server-4-0-for-continues-integration-with-cocoapods/ But when I login as the _xcsbuildd user and run the command to add the private repo I get the following error message fatal: could not create work tree dir '<repo name>': permission denied I don't have much experience with users and command line tools. I've