aboutsummaryrefslogtreecommitdiffstats
path: root/tools/moon_jenkins/Jenkinsfile
diff options
context:
space:
mode:
authorRHE <rebirthmonkey@gmail.com>2018-01-17 14:35:01 +0100
committerRHE <rebirthmonkey@gmail.com>2018-01-17 14:35:01 +0100
commite475b83c1f711e77814d68f933ff2d661102806a (patch)
tree76a710b94a3c16a6b8dd55c84070683ac3008828 /tools/moon_jenkins/Jenkinsfile
parent920c9eb45f976b264b3d66c5e6cef80b1354a825 (diff)
jenkins conf
Change-Id: Ide859a78b8b4f05008106d9aca8f84eaeb0f538b Signed-off-by: RHE <rebirthmonkey@gmail.com>
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