Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
db0f6766
Commit
db0f6766
authored
May 01, 2018
by
Sarath Subramanian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2059: Update test-patch.sh script to include exit code for build in result
parent
b6bbe7d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
test-patch.sh
dev-support/test-patch.sh
+6
-0
No files found.
dev-support/test-patch.sh
View file @
db0f6766
...
...
@@ -857,6 +857,12 @@ if [[ $APPLY_PATCH_RET != 0 ]] ; then
fi
buildAndInstall
BUILD_INSTALL_RET
=
$?
((
RESULT
=
RESULT +
$BUILD_INSTALL_RET
))
if
[[
$BUILD_INSTALL_RET
!=
0
]]
;
then
submitJiraComment 1
cleanupAndExit 1
fi
JIRA_COMMENT_FOOTER
=
"Test results:
$BUILD_URL
/testReport/
$JIRA_COMMENT_FOOTER
"
...
...
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