Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持了jekins2.0 的pipline 配置 #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

shengxiluo20
Copy link

原先的插件不支持pipline部署,参考了jekins插件支持pipline操作的修改流程,
使用时可以
stage('Upload') { steps { echo 'Uploading' oss bucketName: 'jar-backup', filesPath: 'web/target/*.jar', objectPrefix: '${JOB_NAME}' } } 进行部署

@shengxiluo20
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant