BitbucketPipelinesEnvironment
Bitbucket Pipelines environment variables as described
 
  Static members
  
    
      | Static member | Description | 
    
    
      
        
          
            Branch
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The branch on which the build was kicked off. This value is only available on branches. 
         | 
      
      
        
          
            Commit
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The commit hash of a commit that kicked off the build 
         | 
      
      
        
          
            RepoOwner
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The name of the account in which the repository lives 
         | 
      
      
        
          
            RepoSlug
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The URL-friendly version of a repository name. 
         | 
      
      
        
          
            Tag
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The tag of a commit that kicked off the build. This value is only available on tags. 
         |