Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
CI-CD Pipelines
Commits
afe6e1e1
Commit
afe6e1e1
authored
Feb 26, 2021
by
Matt Wise
Browse files
show 50 lines of ouput on int test success
parent
34fc26bd
Pipeline
#28870
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cloud-providers/aws.yml
View file @
afe6e1e1
...
...
@@ -180,8 +180,8 @@ aws-test-java:
echo Running \$MAVEN ...
if \$MAVEN > "\$outputFile" 2>&1; then
tail -n
2
5 "\$outputFile";
echo '**** Showing the last
2
5 lines of the passed build (above). See Job artifacts for full log details *****';
tail -n 5
0
"\$outputFile";
echo '**** Showing the last 5
0
lines of the passed build (above). See Job artifacts for full log details *****';
else
tail -n 200 "\$outputFile";
echo '**** Showing the last 200 lines of the failed build (above). See Job artifacts for full log details *****';
...
...
Write
Preview
Supports
Markdown
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