Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
e300395a
Commit
e300395a
authored
Nov 26, 2019
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename folder
parent
7b831d65
Pipeline
#17
canceled with stages
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
1 deletion
+35
-1
Jenkinsfile_1
Jenkinsfile_1
+34
-0
swagger-spring-example-deployment.yaml
K8s/swagger-spring-example-deployment.yaml
+0
-0
swagger-spring-example-service.yaml
K8s/swagger-spring-example-service.yaml
+0
-0
workspace.xml
drip-planner/.idea/workspace.xml
+1
-1
No files found.
Jenkinsfile_1
0 → 100644
View file @
e300395a
node {
def app
stage('Clone repository') {
git branch: 'DRIP_3.0', url: 'https://github.com/skoulouzis/DRIP.git'
}
}
node('docker') {
stage('Clone repository on slave') {
git branch: 'DRIP_3.0', url: 'https://github.com/skoulouzis/DRIP.git'
}
stage('Build image') {
/* This builds the actual image; synonymous to
* docker build on the command line */
sh "cd sure_tosca-flask-server"
app = docker.build("sure-tosca/alogo53")
}
stage('Test image') {
app.inside {
sh 'echo "Tests passed"'
}
}
stage('Push image') {
//docker.withRegistry('https://registry.hub.docker.com', 'docker-hub') {
// app.push("${env.BUILD_NUMBER}")
// app.push("latest")
//}
}
}
k82
/swagger-spring-example-deployment.yaml
→
K8s
/swagger-spring-example-deployment.yaml
View file @
e300395a
File moved
k82
/swagger-spring-example-service.yaml
→
K8s
/swagger-spring-example-service.yaml
View file @
e300395a
File moved
drip-planner/.idea/workspace.xml
View file @
e300395a
...
...
@@ -21,7 +21,7 @@
<component
name=
"ProjectId"
id=
"1TI7vNZs1Z3y1uB6wXCH5F47r0F"
/>
<component
name=
"ProjectLevelVcsManager"
settingsEditedManually=
"true"
/>
<component
name=
"PropertiesComponent"
>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$/
service
"
/>
<property
name=
"last_opened_file_path"
value=
"$PROJECT_DIR$/
../../DevOpsTutorial/python-flask-server-generated
"
/>
<property
name=
"settings.editor.selected.configurable"
value=
"com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
/>
</component>
<component
name=
"RecentsManager"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment