Results 9 comments of Seanly Liu

Request type `direct-tcpip:direct-tcpip` not support now 我也遇到相同的问题

没有这个功能的化ansible 不能走跳板机部署代码。

Github 同步到 JihuLab 可以使用这个任务 https://github.com/jenkins-zh/git-backup-actions/ 下面是样例: ```yaml name: Backup Git repository on: workflow_dispatch: push: branches: - master jobs: BackupGit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: backup uses: jenkins-zh/[email protected]...

资料已经准备好哈 https://github.com/DevopsChina/lab/pull/13 。

附加一个 [oes-pipeline-plugin](https://github.com/opsbox-dev/oes-pipeline-plugin) 扩展任务 库地址 https://jihulab.com/mkt4d-steps

draw.io的扩展方案 ![044737eb515acaa823a086faeec31abe](https://user-images.githubusercontent.com/232069/199390267-65626a57-3558-474e-929a-e81070c3c4e2.jpg)

my error logs: checkout scm ``` java.lang.ClassCastException: class org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable cannot be cast to class org.glassfish.jersey.internal.spi.AutoDiscoverable (org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable is in unnamed module of loader jenkins.util.URLClassLoader2 @789313e; org.glassfish.jersey.internal.spi.AutoDiscoverable is in unnamed module of...