slave

How to run jenkins slave on windows 2012 r2 x64?

元气小坏坏 提交于 2021-02-07 06:44:51
问题 We want to use jenkins to build some specific software on Windows 2012 R2 x64. But when I trying to run it, master node fails whis this error: Connecting to 192.168.1.27 Checking if Java exists C:\Program Files\Java\jdk1.6.0_30\bin\java.exe -version returned 1.6.0. Installing the Jenkins slave service ERROR: Message not found for errorCode: 0xC00000AC org.jinterop.dcom.common.JIException: Message not found for errorCode: 0xC00000AC at org.jinterop.winreg.smb.JIWinRegStub.winreg_OpenHKLM

JNLP Connections are deprecated in Jenkins what is the new recommended way connecting a windows slave to jenkins?

梦想与她 提交于 2020-04-16 05:45:10
问题 As the Title already states JNLP Connections are Deprecated Jenkins also gives a Message and a Hyperlink to https://en.wikipedia.org/wiki/Java_Web_Start#Deprecation So whats now the recommended way attaching a Windows Slave to Jenkins, there seems to be no real good guide on https://jenkins.io covering that topic. 回答1: Open Source Alternative There is an open source replacement called OpenWebStart which is based on IcedTeaWeb. More information: Java Web Start is dead - long live OpenWebStart!

Passing System Env variable into Jenkins Slave

ε祈祈猫儿з 提交于 2020-01-14 08:05:10
问题 This is starting to drive me crazy .. but it seems like I am out of luck to figure it out by myself :/ I need to set up a mechanism to share string value between two slaves, for example, named slave A and slave B . Currently most closest one I have found is this SO Question: Jenkins Slave Environment Variable Refresh But it still aims to enable access in buildscripts, not in the Slaves environment variable itself. (related SO Question: How are environment variables used in Jenkins with

mysql replication - slave server on one database

痞子三分冷 提交于 2020-01-12 06:47:29
问题 I couldn't find an answer to my question. I have 2 mysql servers. Master server Slave server Now i want to add another Slave server but i have other website running on that server. Can i replicate just one database? 回答1: Yes you can If you want to replicate just one database from master, you can set replicate-do-db in your /etc/my.cnf or set replicate-do-db as mysql argument, for example: replicate-do-db=db01 If you have multi databases to be replicated, /etc/my.cnf should be like this:

How to run SlaveOk in Mongoose?

家住魔仙堡 提交于 2020-01-01 20:01:53
问题 How to call SlaveOK on query in Mongoose? for example, I have this: SiteModel.find({}, function(err, docs) { .... } ); Should I do this??? SiteModel.slaveOK().find({}, function(err,docs) { ... } ); 回答1: Here's the official example from the Mongoose.js website: Model .where('age').gte(25) .where('tags').in(['movie', 'music', 'art']) .select('name', 'age', 'tags') .skip(20) .limit(10) .asc('age') .slaveOk() .hint({ age: 1, name: 1 }) .run(callback); So I guess your example above would probably

Maximum number of peripherals on CoreBluetooth?

你说的曾经没有我的故事 提交于 2019-12-28 04:14:36
问题 I am interested in working with BLE proximity sensor on iOS and have been looking up for a few answers to my query but could not find any solid ones. 1) Is there a maximum number of BLE slaves the CoreBluetooth can handle? 2) Will the slaves (about 10 devices) be able to be operated all at once i.e. if any slaves were to disconnect, master will be alerted while not affecting others? 回答1: Theoretically, there is no limit to the number of Bluetooth LE devices that can be connected to a single

Jenkins getting test results from docker slave

眉间皱痕 提交于 2019-12-24 14:38:52
问题 We have a jenkins setup with docker slaves, but somehow not all artifacts are available from within jenkins. Our setup: Jenkins Master running on a single VM multiple Docker hosts setup on different VM's We are using php-template Docker containers are configured to run all tests required for our projects. When a project is being build a docker container is spun up on one of the Docker hosts, tests are run, phing results are copied back to the host, the docker container is committed to an

VM Could not reserve enough space for object heap

会有一股神秘感。 提交于 2019-12-24 08:55:25
问题 I have just upgraded to Jenkins 1.500 on a windows machine. I also have a windows slave with 8GB RAM. I have made a remote connection to this slave and started it from the Jenkins webinterface (using the JNLP launch button). It shows up just fine on Jenkins and I have assigned some jobs to it. One of the jobs calls a java application with the following vm args: -XX:MaxPermSize=512m -Xmx1024m but the job fails with this error: Error occurred during initialization of VM Could not reserve enough

VM Could not reserve enough space for object heap

∥☆過路亽.° 提交于 2019-12-24 08:52:12
问题 I have just upgraded to Jenkins 1.500 on a windows machine. I also have a windows slave with 8GB RAM. I have made a remote connection to this slave and started it from the Jenkins webinterface (using the JNLP launch button). It shows up just fine on Jenkins and I have assigned some jobs to it. One of the jobs calls a java application with the following vm args: -XX:MaxPermSize=512m -Xmx1024m but the job fails with this error: Error occurred during initialization of VM Could not reserve enough

how to programatically determine Bluetooth master/slave roles?

百般思念 提交于 2019-12-23 03:12:36
问题 So in a bluetooth piconet, there is one master with upto seven slaves. The master sets the clock and frequency hop that the slaves sync with. But is there a way to determine which device is the master and which is the slave? I'm mainly interested in portable devices (Android,iPhone) but beggars can't be choosers, if anybody has info in this field I would be interested. Thanks 回答1: I don't think it's possible to do it programatically.The master/slave roles which a device assumes is invisible