提交 b4e770e9 编写于 作者: T ToBeADevOps

sany

上级 e0c461cd
......@@ -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="450">
<caret line="15" column="30" selection-start-line="15" selection-start-column="30" selection-end-line="15" selection-end-column="30" />
<state relative-caret-position="180">
<caret line="6" column="80" lean-forward="true" selection-start-line="6" selection-start-column="80" selection-end-line="6" selection-end-column="80" />
</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="2987000" />
<workItem from="1599533532306" duration="3500000" />
</task>
<task id="LOCAL-00001" summary="Merge remote-tracking branch 'origin/master' into master&#10;&#10;# Conflicts:&#10;#&#9;Jenkinsfile">
<created>1599480767017</created>
......@@ -345,11 +345,25 @@
<option name="project" value="LOCAL" />
<updated>1599536300935</updated>
</task>
<option name="localTasksCounter" value="14" />
<task id="LOCAL-00014" summary="sany">
<created>1599536524244</created>
<option name="number" value="00014" />
<option name="presentableId" value="LOCAL-00014" />
<option name="project" value="LOCAL" />
<updated>1599536524244</updated>
</task>
<task id="LOCAL-00015" summary="sany">
<created>1599536625269</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1599536625269</updated>
</task>
<option name="localTasksCounter" value="16" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="23489000" />
<option name="totallyTimeSpent" value="24002000" />
</component>
<component name="ToolWindowManager">
<frame x="1433" y="528" width="2062" height="1136" extended-state="6" />
......@@ -615,8 +629,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/Jenkinsfile">
<provider selected="true" editor-type-id="text-editor">
<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 relative-caret-position="180">
<caret line="6" column="80" lean-forward="true" selection-start-line="6" selection-start-column="80" selection-end-line="6" selection-end-column="80" />
</state>
</provider>
</entry>
......
......@@ -4,7 +4,7 @@ pipeline {
stage('CheckOut') {
steps {
bat 'pip list'
bat 'python %WORKSPACE%\\manage.py runserver'
sh 'BUILD_ID=DONTKILLME nohup python manage.py runserver 0.0.0.0:8000 &'
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册