0.2.2 • Published 10 years ago

grunt-get-last-pinned v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

grunt-get-last-pinned Build Status NPM version Dependencies

Get the last-pinned build number and change version from a teamcity build

Pretty esoteric at the moment, so maybe it's only me that'll use it.

Provides the task get-last-pinned-buildnumber, which downloads the buildNumber and buildLastChangeVersion of the last pinned build from the teamcity api and populates the grunt.option('buildNumber') and grunt.option('buildLastChangeVersion') properties.

grunt.initConfig({
  'get-last-pinned-buildnumber': {
    'myproject': {
      options: {
        url: 'http://myteamcity.server',
        buildTypeId: 'mybuildTypeId'
      }
    }
  }
});
0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago