Fat*_*son 7 jenkins jenkins-plugins jenkins-pipeline
我想将Bitbucket Approve Plugin包含到我的 Jenkins Pipeline 步骤之一中。这可能吗?
node {
stage 'Checkout'
checkout scm
stage 'Build'
bat 'nuget restore SolutionName.sln'
bat "\"${tool 'MSBuild'}\" SolutionName.sln /p:Configuration=Release /p:Platform=\"Any CPU\" /p:ProductVersion=1.0.0.${env.BUILD_NUMBER}"
stage 'Archive'
archive 'ProjectName/bin/Release/**'
Run Code Online (Sandbox Code Playgroud)
所以如果这将是我的管道。我如何将插件添加到舞台?
| 归档时间: |
|
| 查看次数: |
397 次 |
| 最近记录: |