Jenkins Master使用管道写入Slave控制台

时间:2019-08-17 16:52:59

标签: jenkins-pipeline

我想在Master(在Linux上运行的詹金斯)和Slave(在Win10上运行的C#控制台程序)之间建立交互。 示例:

while (1)
{
1. Slave: Waiting for input from Master
2. Master: sends command via pipeline to slave
3. Master: Waits for input from Slave
3. Slave: executes this command in console and sends feedback/answer to Master
4. Master: reads answer from Slave
}

我只需要一种方法,即主控方和从属方之间可以建立活动连接,并可以使用管道互相发送和读取命令。

0 个答案:

没有答案