testing cloud configurations
This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -6,7 +6,7 @@ pipeline {
 | 
				
			|||||||
    stages {
 | 
					    stages {
 | 
				
			||||||
      stage('Build') {
 | 
					      stage('Build') {
 | 
				
			||||||
              steps {
 | 
					              steps {
 | 
				
			||||||
                 sh "docker-compose --context DEV build -d"
 | 
					                 sh "docker-compose --context DEV build"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        stage('Deploy') {
 | 
					        stage('Deploy') {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user