简体   繁体   English

Jenkins Linux从站输出

[英]Jenkins Linux Slave Output

I'm new to jenkins and need a little help. 我是詹金斯的新手,需要一点帮助。 Ultimately I want to sync some files from version control, tar them, scp them. 最终,我想从版本控制中同步一些文件,将它们压缩,压缩。 Problem is I can't get any console output from Jenkins slave. 问题是我无法从Jenkins slave获得任何控制台输出。 The slave is online and my job is successful but its not giving me the output I would expect. 奴隶在线,我的工作很成功,但没有给我期望的输出。 To test i did this 为了测试我做到了

#!/bin/sh
echo bob

Which completes just fine but I get this 哪个很好,但我明白了

Started by user anonymous Building remotely on blahblah in workspace /buildsync Triggering blah » default blahblah » default completed with result SUCCESS Finished: SUCCESS 由用户匿名启动在工作区/ buildsync中的blahblah上远程构建触发blah»默认blahblah»默认已完成,结果为SUCCESS已完成:SUCCESS

How can I see the actual output produced by the command? 如何查看该命令产生的实际输出?

Thanks 谢谢

项目配置错误

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM