testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-30 13:34:17 +02:00
parent 6e4f118068
commit 3954073b4e
2 changed files with 12 additions and 12 deletions

21
.idea/workspace.xml generated
View File

@@ -24,6 +24,7 @@
<component name="ChangeListManager">
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" 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="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -209,13 +210,6 @@
<option name="presentableId" value="Default" />
<updated>1598862102028</updated>
</task>
<task id="LOCAL-00035" summary="new buttons">
<created>1600274683546</created>
<option name="number" value="00035" />
<option name="presentableId" value="LOCAL-00035" />
<option name="project" value="LOCAL" />
<updated>1600274683547</updated>
</task>
<task id="LOCAL-00036" summary="sorting">
<created>1600275750768</created>
<option name="number" value="00036" />
@@ -552,7 +546,14 @@
<option name="project" value="LOCAL" />
<updated>1601463391938</updated>
</task>
<option name="localTasksCounter" value="84" />
<task id="LOCAL-00084" summary="testing jenkins docker">
<created>1601465027767</created>
<option name="number" value="00084" />
<option name="presentableId" value="LOCAL-00084" />
<option name="project" value="LOCAL" />
<updated>1601465027767</updated>
</task>
<option name="localTasksCounter" value="85" />
<servers />
</component>
<component name="UnknownFeatures">
@@ -703,13 +704,13 @@
</state>
<state x="277" y="57" key="SettingsEditor/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1600935670743" />
<state x="277" y="57" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1600868466042" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601463393679">
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601465029373">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="451" y="183" key="Vcs.Push.Dialog.v2/-1920.0.1536.832/0.0.1920.1040@0.0.1920.1040" timestamp="1600275760386" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1600350277680" />
<state x="2371" y="183" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1600351824385" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601463393679" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601465029373" />
<state x="478" y="145" width="579" height="592" key="find.popup" timestamp="1599656923861">
<screen x="0" y="0" width="1536" height="824" />
</state>

3
Jenkinsfile vendored
View File

@@ -6,13 +6,12 @@ pipeline {
stages {
stage('Build') {
steps {
sh "docker-compose build"
sh "docker-compose --context DEV build"
}
}
stage('Deploy') {
steps {
sh "docker-compose --context DEV up -d"
}
}
stage('Logs') {