1

swarm プラグインを使用して Jenkins サーバーをセットアップし、スレーブを自動起動するバッチを作成しました。私のバッチファイルは次のようになります。

java -jar swarm-client-2.2-jar-with-dependencies.jar -mode exclusive 
-master http://localhost:8080 -disableClientsUniqueId -username 
MyUser -password ***** -executors 1 -labels MySlave 

私の問題は、スレーブが常に Label swarm を追加していることです。

ここに画像の説明を入力

私の質問は:

プラグインが swarm を Label として設定しないようにするにはどうすればよいですか?

4

1 に答える 1