问题标签 [ibm-jazz]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ibm-cloud - IBM Watson App 是否在 Bluemix 之外工作?
我已经在 Bluemix 上使用 IBM Watson API 和 IBM Dev Ops 服务和 Jazz Hub Git 部署了应用程序。我想知道我们是否有可能直接使用 IBM Watson 设施(如对话 API 工作区、音调分析器、文本转语音)从 VM 部署应用程序,而不使用 IBM Bluemix 和 Dev Ops。
是否有人使用 IBM Watson 在 Bluemix 之外部署了应用程序?有没有可能。?
eclipse - Eclipse,Gradle,Lombok:连接到 RTC 时未读取 lombog 配置
我在 Eclipse ( neon ) 中有一个使用 Lombok 的简单 gradle 项目。Lombok 已在 Eclipse(版本 1.16.16)中正确安装。只要项目未连接到 Rational Team Concert,该项目就可以正常工作并反映配置文件 (lombok.config) 中的内容。Lombok 在连接到 RTC 时仍然可以工作,但不会读取配置文件。我需要 Lombok 在仍连接到 RTC 的同时反映配置文件内容。如果我断开与 RTC 的连接,它会再次开始正常工作。是已知问题还是我缺少任何配置?
java - 使用 java 连接到 RTC jazz 服务器并检索工作项
我们的组织使用 RTC 服务器来维护所有工作项。我需要开发一个 java 客户端并连接到 jazz 服务器 [https://:9443/ccm/] 并检索 RTC 项目。
请让我知道是否有任何 java api 可以连接到 RTC 服务器并检索工作项并更新工作项
sonarqube - lscm annotate 在 Jazz 的 Sonar Qube 中不起作用
cmd /C call lscm annotate 未在 Sonar Qube 中找到最后一个提交的用户。
我使用 Jazz 作为 Scm 和 Sonar Qube。
运行 Sonar Qube 时,不会为项目分配所有问题。
ibm-cloud - 如何在升级的 hub.jazz.net 项目上使用 tortoisegit?
我们公司开发项目的源代码控制已在 hub.jazz.net 上托管了一年多,现在该项目刚刚升级到 IBM Bluemix Continuous Delivery 工具链。
现在,我能够在 Windows 7 上获取我们的源代码并对其进行修改的唯一方法是在网站上生成一个令牌,然后在 DOS 提示符下 git clone 并在出现提示时提供该令牌作为密码。
我已经使用 TortoiseCVS、TortoiseSVN 和 TortoiseGit 十几年了,并使用 OpenSSL 生成 SSH 密钥并将其放在网站上工作,但 TortoiseGit 的 Pageant 不想加载它。
有没有人有一个在 2017-06 有效的程序?
蒂亚!
sonarqube - Jazz annotate command (Blame) timing out when being called by SonarQube analysis
I am currently running SonarQube v6.0 with RTC Jazz plugin v1.1. I am running analysis on a MVC web appliation project that is ~700k lines of code, ~5000 classes and ~6000 files. When I enable the scm sensor the Jazz Annotate calls are taking a long time. I have enabled the detailed logging and you can watch them request/respond and while watching they seem to take 5-20 seconds each. Eventually the job runs for 3-4 hours and one of the annotate calls (seems random each time it has failed) takes longer than the 60s hard coded time limit allowed for Blame in the plugin code. I have engaged our network support team and connectivity between our rational instance and the build machine issuing these commands was 5-10ms each so I don't think its network. I have also issued SCM (and LSCM) commands from that machine requesting the same type of info manually and it seems quicker, but not quick enough (a 3-5 seconds roughly)
What can I do to speed up the Annotate calls or determine where the bottleneck is?
dynamic - Jazz for Service Management 1.1.2 中定义的新用户无法访问 Tivoli Common Reporting
我在 Jazz for Service Management 1.1.2 中定义了新用户,但无法访问 Tivoli Common Reporting。有人可以帮忙吗?
sonarqube - SonarQube 5.6 使用 Jazz RTC 插件 1.1 缺少责备信息
在 Maven 构建中使用 Jazz RTC 插件 1.1 运行 SonarQube 5.6 以从 RTC 项目中获取责备信息时,我遇到了以下问题并且没有收集到责备信息:
请告知如何解决
rtc - RTC Jazz - 未解决的更改集消息尝试使用 lscm 传递
我正在尝试使用 RTC lscm
CLI 工具将更改集从我的开发流(即从开发流工作区)提升到我的测试流。
当我尝试推广变更集时,90% 的时间我会得到这样的结果:
(作为记录,我尝试了上面的 1802 之类的别名和以下划线开头的更改集的 UUID)
除了极少数例外,该命令总是失败。
我尝试lscm
以详细模式运行并查看文档,但没有任何帮助。公平地说,我什至不知道“未解决的变更集”是什么意思。这并不意味着找不到更改集,因为我使用伪造的更改集 id 模拟了命令,并且收到了正确的错误消息,说明更改集不存在。
有任何想法吗?
node.js - APP 的 Bluemix 管道部署环境变量
IBM 删除了我的 GIT 存储库和管道……这家伙疯了……
现在我的部署坏了。现在我的管道不存在。我不记得两年前我是如何创建自定义指令的。
如何在我的 NodeJS 应用程序的部署自定义脚本中创建自定义变量?
我使用管道部署来创建 3 个环境,并且我需要在每个环境 APP 中自定义变量。
这不起作用:
我需要为安装依赖项添加一些东西,比如 npm install?我需要添加一些关于我想使用 NodeJS 和版本的内容吗?我需要把这个按顺序排列吗?
在自定义服务器中很简单,在安装 nodejs 之后执行 npm install && node app,结束。在Bluemix 中到处都是错误。