new version 1.2
This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -5,7 +5,7 @@ pipeline { | ||||
|       VERSION = VersionNumber([ | ||||
|           versionNumberString: | ||||
|               '${BUILDS_ALL_TIME}', | ||||
|           versionPrefix: '1.1.', | ||||
|           versionPrefix: '1.2.', | ||||
|           worstResultForIncrement: 'SUCCESS' | ||||
|       ]) | ||||
|   } | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # @sapphirecode/console-app | ||||
|  | ||||
| version: 1.1.x | ||||
| version: 1.2.x | ||||
|  | ||||
| read parameters from env, console args or interactively | ||||
|  | ||||
| @@ -29,6 +29,7 @@ const reader = new InteractiveOptions([ | ||||
|     env: 'fooenv', // environment variable to read from (optional) | ||||
|     description: 'the switch foo', // description in the help page (optional) | ||||
|     message: 'should foo be true?', // message when asking interactively (optional) | ||||
|     preset: [] // preset choices for string and path types (optional) | ||||
|   }, | ||||
| ]); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user