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