GetVersion Syntax
This commit is contained in:
		
							
								
								
									
										5
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@ -27,7 +27,10 @@ pipeline {
 | 
			
		||||
      steps {
 | 
			
		||||
        // runs the automatic semver tool which will version, & tag,
 | 
			
		||||
        runAutoSemver()
 | 
			
		||||
        VERSION = $(getVersion('-d'))
 | 
			
		||||
        script
 | 
			
		||||
        {
 | 
			
		||||
            VERSION = $(getVersion('-d'))
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    stage('Build') {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user