提交 596f54d5 编写于 作者: T ToBeADevOps

尝试寻找manage

上级 e5b74172
......@@ -3,6 +3,7 @@
<component name="ChangeListManager">
<list default="true" id="b607d0ec-6b80-4527-85ad-7c1c544feb41" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkinsfile" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
......@@ -55,7 +56,7 @@
<entry file="file://$PROJECT_DIR$/Jenkinsfile">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="300">
<caret line="10" column="37" selection-start-line="10" selection-start-column="37" selection-end-line="10" selection-end-column="37" />
<caret line="10" column="6" selection-start-line="10" selection-start-column="6" selection-end-line="10" selection-end-column="6" />
</state>
</provider>
</entry>
......@@ -251,7 +252,7 @@
<workItem from="1599458392581" duration="314000" />
<workItem from="1599465199343" duration="1541000" />
<workItem from="1599480675310" duration="114000" />
<workItem from="1599533532306" duration="1236000" />
<workItem from="1599533532306" duration="1877000" />
</task>
<task id="LOCAL-00001" summary="Merge remote-tracking branch 'origin/master' into master&#10;&#10;# Conflicts:&#10;#&#9;Jenkinsfile">
<created>1599480767017</created>
......@@ -274,16 +275,31 @@
<option name="project" value="LOCAL" />
<updated>1599534318933</updated>
</task>
<option name="localTasksCounter" value="4" />
<task id="LOCAL-00004" summary="尝试寻找manage">
<created>1599534898051</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1599534898051</updated>
</task>
<task id="LOCAL-00005" summary="尝试寻找manage">
<created>1599535277604</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1599535277604</updated>
</task>
<option name="localTasksCounter" value="6" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="21738000" />
<option name="totallyTimeSpent" value="22379000" />
</component>
<component name="ToolWindowManager">
<frame x="1433" y="528" width="2062" height="1136" extended-state="6" />
<editor active="true" />
<layout>
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.49900398" visible="true" weight="0.16916168" />
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49900398" visible="true" weight="0.16916168" />
<window_info id="Structure" order="1" sideWeight="0.500996" side_tool="true" weight="0.16916168" />
<window_info id="Favorites" order="2" side_tool="true" />
<window_info anchor="bottom" id="Message" order="0" />
......@@ -297,7 +313,7 @@
<window_info anchor="bottom" id="Version Control" order="8" sideWeight="0.499501" weight="0.32968128" />
<window_info anchor="bottom" id="Database Changes" order="9" />
<window_info anchor="bottom" id="Event Log" order="10" sideWeight="0.50748503" side_tool="true" weight="0.32968128" />
<window_info anchor="bottom" id="Terminal" order="11" sideWeight="0.49251497" visible="true" weight="0.32968128" />
<window_info active="true" anchor="bottom" id="Terminal" order="11" sideWeight="0.49251497" visible="true" weight="0.32968128" />
<window_info anchor="bottom" id="Python Console" order="12" weight="0.32968128" />
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
......@@ -322,7 +338,8 @@
<component name="VcsManagerConfiguration">
<MESSAGE value="Merge remote-tracking branch 'origin/master' into master&#10;&#10;# Conflicts:&#10;#&#9;Jenkinsfile" />
<MESSAGE value="区分了检查和运行的步骤" />
<option name="LAST_COMMIT_MESSAGE" value="区分了检查和运行的步骤" />
<MESSAGE value="尝试寻找manage" />
<option name="LAST_COMMIT_MESSAGE" value="尝试寻找manage" />
</component>
<component name="editorHistoryManager">
<entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python38-32/Lib/threading.py">
......@@ -542,7 +559,7 @@
<entry file="file://$PROJECT_DIR$/Jenkinsfile">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="300">
<caret line="10" column="37" selection-start-line="10" selection-start-column="37" selection-end-line="10" selection-end-column="37" />
<caret line="10" column="6" selection-start-line="10" selection-start-column="6" selection-end-line="10" selection-end-column="6" />
</state>
</provider>
</entry>
......
......@@ -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'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册