作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试为liferay插件做一份工作,并使其发动 war ,然后通过Publish over SSH插件将其传输到远程liferay门户。
我工作的工作空间在SDK portlet目录中。问题在于liferay SDK的构建脚本正在更高级别的工作区外部的目录上创建war,因此相对路径为../dist
目录结构如下所示
- SDK root
+ - ...
- dist (the dir where the war is being created)
- ...
- portlets (the workspace of my job)
- ...
SSH: Connecting SFTP channel ...
SSH: Connected
SSH: cd [/opt/liferay-portal]
SSH: OK
SSH: Disconnecting configuration [server_name [liferay]] ...
SSH: Transferred 0 file(s)
最佳答案
在这种情况下找到this,
The simplest solution will probably be to copy the files into your workspace using a build step.
# current dir is your job's workspace
rm -fr your.file
cp ../../anotherJob/workspace/target/your.file
关于ssh - 使用工作区外的jenkins通过SSH移动文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16479067/
我是一名优秀的程序员,十分优秀!