From e0c461cdc41bba31292b28d7a45f385d946c514b Mon Sep 17 00:00:00 2001 From: ToBeADevOps <70322265+ToBeADevOps@users.noreply.github.com> Date: Tue, 8 Sep 2020 11:43:45 +0800 Subject: [PATCH] sany --- Jenkinsfile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 37cead2..8b01801 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,16 +4,7 @@ pipeline { stage('CheckOut') { steps { bat 'pip list' - sh 'echo "${WORKSPACE}"' - sh 'python --version' - bat 'echo %WORKSPACE%' - bat 'echo WORKSPACE' - bat 'echo %{WORKSPACE}%' - bat 'echo "%WORKSPACE%\\manage.py"' - bat 'echo "%WORKSPACE%/manage.py"' - bat 'echo %WORKSPACE%\\manage.py' - bat 'echo "%WORKSPACE%/"manage.py""' - bat 'echo %WORKSPACE%/manage.py' + bat 'python %WORKSPACE%\\manage.py runserver' } } } -- GitLab