Skip to content

fernandoespinosa/semantic-release-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Configuration

  • VCS Root:

    • Branch specification: EMPTY
  • VCS Settings:

    • Allow builds in the default branch: FALSE
  • Build Steps:

    • Command Line:

      #!/bin/bash
      
      GIT_HASH=%build.vcs.number%
      GIT_HASH_SHORT=${GIT_HASH:0:7}
      BUILD_COUNTER=%build.counter%
      
      echo "##teamcity[buildNumber '0.0.0-$GIT_HASH_SHORT.$BUILD_COUNTER']"
      
      exit 0
      
  • VCS Trigger:

    • Branch filter: EMPTY

Blah...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages