jenkins-slave-osx icon indicating copy to clipboard operation
jenkins-slave-osx copied to clipboard

Jenkins JNLP slave service for modern OS X systems

Results 14 jenkins-slave-osx issues
Sort by recently updated
recently updated
newest added

Hi there, I have just tried to install this on macOS Sierra and noticed that security.sh is not compatible and does not store the token. The following check fails (the...

Hi! you probably should consider to add -L flag to any call of curl in your script. Because, otherwise, with system-curl it will not download anything. So script as-is working...

``` Failing to obtain http://my.jenkins.server.com/computer/opsbibackupsac/slave-agent.jnlp java.io.IOException: Failed to load http://my.jenkins.server.com/computer/opsbibackupsac/slave-agent.jnlp: 401 Authorization Required at hudson.remoting.Launcher.parseJnlpArguments(Launcher.java:236) at hudson.remoting.Launcher.run(Launcher.java:198) at hudson.remoting.Launcher.main(Launcher.java:171) Waiting 10 seconds before retry ``` Having an issue where the...

I ran through the install script, specifying the URL to my Jenkins master (which is NOT http://jenkins). However, when I try to run the service, the log shows that it...

bug

I had to run the installer a few times before I got everything working. Each time I ran it, the output tells me the keystore passphrase the installer created for...

The installer should, if possible, test that the slave it is running on is defined as a node in the Jenkins master. This would prevent an issue observed in #34.

enhancement

Same symptoms as reported in https://issues.jenkins-ci.org/browse/JENKINS-13600 Repeating the curl command that fails I get the following from the remote server: " Unexpected authentication type: org.acegisecurity.providers.UsernamePasswordAuthenticationToken@1925e221: Username: mr-c; Password: [PROTECTED]; Authenticated:...

invalid

Jenkins must run as an Agent (instead of a Daemon) if you need to run the iOS simulator. See http://9elements.com/io/index.php/continuous-integration-of-ios-projects-using-jenkins-cocoapods-and-kiwi/ for an explanation. Please add a command-line option to install...

I get this output when running the script. If it's harmless, please modify the script to avoid the warnings (e.g. check if a file exists before running `chmod` on it)....