Skip to content

Update to make plugin work with GoCD 17.1 and above#3

Open
arvindsv wants to merge 2 commits into
drrb:masterfrom
arvindsv:make-it-work-with-gocd-17-1
Open

Update to make plugin work with GoCD 17.1 and above#3
arvindsv wants to merge 2 commits into
drrb:masterfrom
arvindsv:make-it-work-with-gocd-17-1

Conversation

@arvindsv

Copy link
Copy Markdown

Using the plugin shim to upgrade this plugin, so that it works with 17.1. Without this change, this plugin will stop working from GoCD 17.1 onwards.

@arvindsv

Copy link
Copy Markdown
Author

The configuration I used to verify this change is:

<repository id="bff28240-9028-4a85-a2f0-322bc0d06cd8" name="puppet-test">
  <pluginConfiguration id="puppetforge" version="1" />
  <configuration>
    <property>
      <key>FORGE_URL</key>
      <value>https://forge.puppet.com</value>
    </property>
  </configuration>
  <packages>
    <package id="5532775c-b9a2-473c-bb04-54008612e627" name="test-pkg">
      <configuration>
        <property>
          <key>MODULE_NAME</key>
          <value>puppetlabs/azure</value>
        </property>
      </configuration>
    </package>
  </packages>
</repository>

@arvindsv

Copy link
Copy Markdown
Author

Hmm. The build failed, because download-dependencies.rb does not exist any more. The travis YML has to change.

@arvindsv arvindsv changed the title Make this plugin work with GoCD 17.1 and above Update to make plugin work with GoCD 17.1 and above Dec 20, 2016
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.

1 participant