out update
This commit is contained in:
		
							parent
							
								
									3b16a4faa2
								
							
						
					
					
						commit
						82962da6e8
					
				
							
								
								
									
										40
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										40
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,40 +0,0 @@
 | 
				
			|||||||
# Vendor dll build
 | 
					 | 
				
			||||||
dlls
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# compiled output
 | 
					 | 
				
			||||||
/dist
 | 
					 | 
				
			||||||
/tmp
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# dependencies
 | 
					 | 
				
			||||||
/node_modules
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# IDEs and editors
 | 
					 | 
				
			||||||
/.idea
 | 
					 | 
				
			||||||
.project
 | 
					 | 
				
			||||||
.classpath
 | 
					 | 
				
			||||||
.c9/
 | 
					 | 
				
			||||||
*.launch
 | 
					 | 
				
			||||||
.settings/
 | 
					 | 
				
			||||||
*.sublime-workspace
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# IDE - VSCode
 | 
					 | 
				
			||||||
.vscode/*
 | 
					 | 
				
			||||||
!.vscode/settings.json
 | 
					 | 
				
			||||||
!.vscode/tasks.json
 | 
					 | 
				
			||||||
!.vscode/launch.json
 | 
					 | 
				
			||||||
!.vscode/extensions.json
 | 
					 | 
				
			||||||
.history/*
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# misc
 | 
					 | 
				
			||||||
/.sass-cache
 | 
					 | 
				
			||||||
/connect.lock
 | 
					 | 
				
			||||||
/coverage
 | 
					 | 
				
			||||||
/libpeerconnection.log
 | 
					 | 
				
			||||||
npm-debug.log
 | 
					 | 
				
			||||||
yarn-error.log
 | 
					 | 
				
			||||||
testem.log
 | 
					 | 
				
			||||||
/typings
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# System Files
 | 
					 | 
				
			||||||
.DS_Store
 | 
					 | 
				
			||||||
Thumbs.db
 | 
					 | 
				
			||||||
							
								
								
									
										3
									
								
								out/Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								out/Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@ -1,4 +1,5 @@
 | 
				
			|||||||
step ('out') {
 | 
					stage ('out') {
 | 
				
			||||||
 | 
					    echo "starting out job -projectName ${PROJECT_NAME}"
 | 
				
			||||||
    // build 'out'
 | 
					    // build 'out'
 | 
				
			||||||
    build job: 'out', parameters: [string(name: 'PROJECT_NAME', value: PROJECT_NAME)], propagate: false, wait: false
 | 
					    build job: 'out', parameters: [string(name: 'PROJECT_NAME', value: PROJECT_NAME)], propagate: false, wait: false
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user