diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 73bf65562090756595e71b544eca4abcd68478b5..d7d4ea00135014b01c389e5d026480ff49bc6195 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,6 +3,7 @@ + - + - + @@ -297,7 +313,7 @@ - + @@ -322,7 +338,8 @@ - @@ -542,7 +559,7 @@ - + diff --git a/Jenkinsfile b/Jenkinsfile index 3fea33d104aba0b50a0a5d39a92405192a4b94fb..fae28a90b47844382de81e960d41e71e889f9809 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,11 +4,8 @@ pipeline { stage('CheckOut') { steps { bat 'pip list' - bat 'which python' - } - } - stage('Build') { - steps { + sh 'echo {WORKSPACE}' + sh 'pwd' sh 'echo "try to start manage"' bat 'python manage.py runserver' }