remove tests
This commit is contained in:
		
							
								
								
									
										8
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -14,7 +14,7 @@ pipeline { | ||||
|     stages { | ||||
|         stage('Setup') { | ||||
|             steps { | ||||
|                 echo 'Setting up test environment' | ||||
|                 echo 'Setting up environment' | ||||
|                 sh 'npm ci' | ||||
|                 sh 'nodejs jenkins.js ${VERSION}' | ||||
|                 script { | ||||
| @@ -22,12 +22,6 @@ pipeline { | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|         stage('Testing') { | ||||
|             steps { | ||||
|                 echo 'Running tests...' | ||||
|                 sh 'npm test' | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|     post { | ||||
|         success { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user