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
53b97a76
Commit
53b97a76
authored
5 years ago
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
done with testing
parent
343862c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
.jenkins_pipeline.kate-swp
.jenkins_pipeline.kate-swp
+0
-0
jenkins_pipeline
jenkins_pipeline
+1
-0
test.sh
test.sh
+0
-1
No files found.
.jenkins_pipeline.kate-swp
0 → 100644
View file @
53b97a76
File added
This diff is collapsed.
Click to expand it.
jenkins_pipeline
View file @
53b97a76
...
...
@@ -22,6 +22,7 @@ pipeline {
stage('Test') {
steps {
echo 'Testing'
sh "mvn test"
sh "cd drip-planner && venv/bin/python3 -m unittest discover"
sh "cd sure_tosca-flask-server && venv/bin/python3 -m unittest discover"
}
...
...
This diff is collapsed.
Click to expand it.
test.sh
View file @
53b97a76
...
...
@@ -2,7 +2,6 @@
mvn
test
python3.6
--version
cd
drip-planner
&&
venv/bin/python3
-m
unittest
test
/test_planner.py
...
...
This diff is collapsed.
Click to expand it.
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