* 安装|启动|停止 bamboo agent
$ java -jar atlassian-bamboo-agent-installer-6.2.1.jar http://build.ntesec.com.cn/agentServer/
```txt
java [properties] -jar bamboo-agent.jar <bamboo-url> [<commandString)] [-t <securityToken>]

properties:
-Dbamboo.home 设置bamboo agent home目录

commandString :
console
start - start the bamboo agent in the background
stop - stop the backgroiund bamboo agent
install - install the bamboo agent (overwrite any changes to wrapper.conf)
installntservice - install the bamboo agent as an NT service
uninstallntservice - uninstall the bamboo agent

e.g.
$ java -Dbamboo.home=C:\home -jar atlassian-bamboo-agent-installer-6.2.1.jar http://bamboo_server_url/agentServer/ installntservice
$ java -Dbamboo.home=C:\home -jar atlassian-bamboo-agent-installer-6.2.1.jar http://bamboo_server_url/agentServer/ start
$ java -Dbamboo.home=C:\home -jar atlassian-bamboo-agent-installer-6.2.1.jar http://bamboo_server_url/agentServer/ stop

```

* atlassian-bamboo-agent-installer.jar是一个.jar文件,因此支持Java的Windows操作系统版本即可作为Bamboo Agent。

* 在终端中执行bamboo agent时,需要确保终端以管理员权限执行。

* bamboo agent installer中执行的日志会保存在bamboo agent home目录下。

* bamboo server的"Broker configuration"配置中,需要确保"Broker Client URL"有效。因为在bamboo agent启动后,会访问该服务。

* 在bamboo agent安装、启动过程中,需要在bamboo server的Remote Agent页面授权该Remote Agent的访问。

Jira Bamboo中创建Windows Remote Agent的注意事项相关推荐

  1. 演练:在组件设计器中创建 Windows 服务应用程序

    http://msdn.microsoft.com/zh-cn/library/zt39148a(v=vs.80).aspx 演练:在组件设计器中创建 Windows 服务应用程序 .NET Fram ...

  2. 【转】win32 的DLL中创建windows窗口

    转自:https://blog.51cto.com/wangyw/1071967 因工作需求,需要写一个DLL,并在其中创建windows窗口,网上有很多关于DLL创建窗口的文章,不过都是基于MFC的 ...

  3. 在 VMWare Player 中创建 Windows Server 虚拟机

    这是设置完整的 Microsoft Windows Server 2016 的快速分步指南. 下载Windows Server 2016 https://www.microsoft.com/en-us ...

  4. java win10 通知_如何在Java中创建Windows通知

    我可以使用这个非常简单的示例代码成功生成此结果: import java.awt.*; import java.awt.TrayIcon.MessageType; public class TrayI ...

  5. .NET Core 使用Topshelf方式创建Windows服务

    Topshelf是一个.NET Standard库,它消除了在.NET Framework和.NET Core中创建Windows服务的那些麻烦. 安装 Install-Package Topshel ...

  6. 使用.NET Core创建Windows服务(二) - 使用Topshelf方式

    原文:Creating Windows Services In .NET Core – Part 2 – The "Topshelf" Way 作者:Dotnet Core Tut ...

  7. .NET 使用Topshelf方式创建Windows服务

    阅读目录 安装 代码 部署服务 调试服务 Topshelf是一个.NET Standard库,它消除了在.NET Framework和.NET Core中创建Windows服务的那些麻烦. 安装 In ...

  8. 使用.NET Core创建Windows服务(二) - 使用Topshelf方式

    使用.NET Core创建Windows服务 使用微软推荐方式 使用Topshelf方式 在前一篇文章中,我给大家介绍了,如何基于微软推荐方式使用.NET Core创建Windows服务.我们发现使用 ...

  9. [atlassian]Bamboo server 和 remote agent 只支持JAVA 1.8

    本想在老旧windows(不支持JDK 1.8)中安装bamboo agent作为remote agent. 但: * 使用JDK 1.6, JDK 1.7 无法启动bamboo agent * 老旧 ...

最新文章

  1. linux 挂载分区inode,Linux中分区挂载和LABEL的指定
  2. 【AtCoder】diverta 2019 Programming Contest 2
  3. VUE学习和开发中的注意点总结(一),便于回顾(不断完善补充。)
  4. jinfo-jvm参数信息工具
  5. c语言中判断输入是否为数字_C语言编程判断回文数
  6. Deepin-安装QQ音乐(Windows程序)
  7. android 文件管理 显示缩略图,android将缩略图保存到缩略图文件夹_android_开发99编程知识库...
  8. 计算机科学,大一学生怎样来爱你(文PPT)
  9. VC++中视频采集系统(摄像头的制作,串口通信的应用)
  10. 华南理工大学控制工程考研经验分享
  11. C3: 基金名称末尾 A 和 C 的区别
  12. 计算机各类会议及投稿文章总结,个人感觉入门超级有用!
  13. 不懂不要炒股,一定要在调整时买入股票!
  14. protect your eyes - 豆绿色
  15. 超星高级语言程序设计实验作业 (实验04 数组及其在程序设计中的应用)(二)
  16. My learning backups
  17. it工种分类_什么是运维?运维工种有哪些
  18. zabbix_server表面启动成功,但是没有进程
  19. VR演示室设备使用说明
  20. Linux常用命令——ssh命令

热门文章

  1. 根据函数名称调用函数
  2. leetcood学习笔记-107-二叉树的层次遍历二
  3. Windows 下python的tab自动补全
  4. 怎样高速读懂别人的项目
  5. MySql单表的curd-02
  6. 利用Hexo搭建个人博客-博客发布篇
  7. 查看ORACLE的实际执行计划
  8. JMeter源码集成到Eclipse
  9. 常见网站CSS样式重置
  10. c#与api类型对照表