aboutsummaryrefslogtreecommitdiffstats
path: root/tools/moon_jenkins/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/moon_jenkins/Jenkinsfile')
-rw-r--r--tools/moon_jenkins/Jenkinsfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/tools/moon_jenkins/Jenkinsfile b/tools/moon_jenkins/Jenkinsfile
deleted file mode 100644
index 7e0e07c0..00000000
--- a/tools/moon_jenkins/Jenkinsfile
+++ /dev/null
@@ -1,24 +0,0 @@
-pipeline {
- agent {
- docker {
- image 'wukongsun/moon_python_unit_test'
- args '-e moon_home=${moon_home}'
- }
- }
- stages {
- stage('Python Unit Test') {
- steps {
- script {
- sh("cd ${moon_home}/tests/python_unit")
- sh("bash run_tests")
- }
- }
- }
- stage('Functional Test') {
- script {
- sh("cd ${moon_home}/tests/functional")
- sh("bash run_tests")
- }
- }
- }
-} \ No newline at end of file