Hi, exciting! I'm also using Jenkins and let build jobs run on LSF nodes. But i'm using a different approach: i've managed to create slave nodes which are turned on when needed and for this i submit a jenkins slave.jar to LSF. But the direct way isn't working, so i have written a script which submits a dummy job and then does a passwordless ssh login to the node the job was scheduled on. On this node i start a jenkins slave.jar. But it would be much cleaner if i had a plugin doing this and there would be no need for ssh login, but directly submit slave.jar
Jay Am Montag, 30. März 2015 11:25:00 UTC+2 schrieb Laisvydas Skurevičius: > > Hello, > > I have created a plugin which lets you submit batch jobs to LSF batch > system and I would like to host it in the official jenkins repository. > I am giving you the required info: > > GitHub plugin name: lsf-cloud > GitHub ID: LaisvydasLT > GitHub repository: https://github.com/LaisvydasLT/lsf-cloud > > Sincerely, > Laisvydas Skurevicius > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/ddd03b08-eaa7-4376-b0da-4d797170b306%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
