enable testing
This commit is contained in:
		@@ -6,7 +6,7 @@ pipeline {
 | 
				
			|||||||
  environment {
 | 
					  environment {
 | 
				
			||||||
    DEVELOPER_PRIVATE_KEY = "/.ci/repertory/cert/developer.priv"
 | 
					    DEVELOPER_PRIVATE_KEY = "/.ci/repertory/cert/developer.priv"
 | 
				
			||||||
    DEVELOPER_PUBLIC_KEY = "/.ci/repertory/cert/developer.pub"
 | 
					    DEVELOPER_PUBLIC_KEY = "/.ci/repertory/cert/developer.pub"
 | 
				
			||||||
    PROJECT_TEST_CONFIG_DIR = "/.ci/repertory/test_config"
 | 
					    PROJECT_TEST_CONFIG_DIR = "/.ci/repertory/test"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  options {
 | 
					  options {
 | 
				
			||||||
@@ -48,6 +48,14 @@ pipeline {
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    stage('linux_x86_64_test') {
 | 
				
			||||||
 | 
					      agent any
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      steps {
 | 
				
			||||||
 | 
					        sh 'scripts/test.sh'
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    stage('deliver') {
 | 
					    stage('deliver') {
 | 
				
			||||||
      agent any
 | 
					      agent any
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user