Jenkins pipeline #123
							
								
								
									
										3
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -3,6 +3,9 @@ pipeline {
 | 
			
		||||
    stages {
 | 
			
		||||
        stage('Run Tools Deployment Job') {
 | 
			
		||||
            steps {
 | 
			
		||||
                sh(
 | 
			
		||||
                    script: 'env'
 | 
			
		||||
                )
 | 
			
		||||
                build(
 | 
			
		||||
                    job: '../tools-deployment'
 | 
			
		||||
                )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user