提交 993a8d3c 编写于 作者: T ToBeADevOps

sany

上级 5593c07e
......@@ -55,8 +55,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/Jenkinsfile">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="210">
<caret line="7" column="29" lean-forward="true" selection-start-line="7" selection-start-column="29" selection-end-line="7" selection-end-column="29" />
<state relative-caret-position="450">
<caret line="15" column="30" selection-start-line="15" selection-start-column="30" selection-end-line="15" selection-end-column="30" />
</state>
</provider>
</entry>
......@@ -252,7 +252,7 @@
<workItem from="1599458392581" duration="314000" />
<workItem from="1599465199343" duration="1541000" />
<workItem from="1599480675310" duration="114000" />
<workItem from="1599533532306" duration="2553000" />
<workItem from="1599533532306" duration="2987000" />
</task>
<task id="LOCAL-00001" summary="Merge remote-tracking branch 'origin/master' into master&#10;&#10;# Conflicts:&#10;#&#9;Jenkinsfile">
<created>1599480767017</created>
......@@ -331,11 +331,25 @@
<option name="project" value="LOCAL" />
<updated>1599535976128</updated>
</task>
<option name="localTasksCounter" value="12" />
<task id="LOCAL-00012" summary="尝试寻找manage">
<created>1599536128221</created>
<option name="number" value="00012" />
<option name="presentableId" value="LOCAL-00012" />
<option name="project" value="LOCAL" />
<updated>1599536128221</updated>
</task>
<task id="LOCAL-00013" summary="sany">
<created>1599536300935</created>
<option name="number" value="00013" />
<option name="presentableId" value="LOCAL-00013" />
<option name="project" value="LOCAL" />
<updated>1599536300935</updated>
</task>
<option name="localTasksCounter" value="14" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="23055000" />
<option name="totallyTimeSpent" value="23489000" />
</component>
<component name="ToolWindowManager">
<frame x="1433" y="528" width="2062" height="1136" extended-state="6" />
......@@ -381,7 +395,8 @@
<MESSAGE value="Merge remote-tracking branch 'origin/master' into master&#10;&#10;# Conflicts:&#10;#&#9;Jenkinsfile" />
<MESSAGE value="区分了检查和运行的步骤" />
<MESSAGE value="尝试寻找manage" />
<option name="LAST_COMMIT_MESSAGE" value="尝试寻找manage" />
<MESSAGE value="sany" />
<option name="LAST_COMMIT_MESSAGE" value="sany" />
</component>
<component name="editorHistoryManager">
<entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python38-32/Lib/threading.py">
......@@ -600,8 +615,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/Jenkinsfile">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="210">
<caret line="7" column="29" lean-forward="true" selection-start-line="7" selection-start-column="29" selection-end-line="7" selection-end-column="29" />
<state relative-caret-position="450">
<caret line="15" column="30" selection-start-line="15" selection-start-column="30" selection-end-line="15" selection-end-column="30" />
</state>
</provider>
</entry>
......
......@@ -9,7 +9,11 @@ pipeline {
bat 'echo %WORKSPACE%'
bat 'echo WORKSPACE'
bat 'echo %{WORKSPACE}%'
sh 'python ${WORKSPACE}\\"manage.py" runserver'
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'
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册