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