10000 Feature/jenkins pipeline by fceller · Pull Request #2996 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Feature/jenkins pipeline #2996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Aug 8, 2017
Prev Previous commit
Next Next commit
show cause
  • Loading branch information
fceller committed Aug 6, 2017
commit ce26964a5980c05ede9eb42cd928960dc8aac4d6
2 changes: 1 addition & 1 deletion Installation/Pipeline/Jenkinsfile.feature
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Running Tests: ${runTests}
"""

for (cause in causes) {
echo "CAUSE: ${cause}"
echo "CAUSE: ${cause.getShortDescription()}"
}
}

Expand Down
0