-
Notifications
You must be signed in to change notification settings - Fork 73
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
Issue 46/test chaincode raft #55
Conversation
# Conflicts: # e2e-network/test-02-raft-2orgs.sh
# Conflicts: # e2e-network/test-01-simple.sh # e2e-network/test-02-raft-2orgs.sh
try { | ||
sh "e2e-network/test-02-raft-2orgs.sh" | ||
} finally { | ||
archiveArtifacts artifacts: 'e2e-network/test-02-raft-2orgs.sh.logs/*', fingerprint: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#pytamBoNieWiem
do czego jest : fingerprint: true
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically a fingerprint is just a hash (MD5) of your artifacts that let you track down the build that created the artifact.
https://stackoverflow.com/questions/55393470/what-does-the-archiveartifacts-finger-print-false-mean
@@ -327,7 +327,7 @@ services: | |||
working_dir: /var/hyperledger/cli/ | |||
command: /bin/bash | |||
volumes: | |||
- /var/run/:/host/var/run/ | |||
- /var/run/docker.sock:/host/var/run/docker.sock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
Issue 46/test chaincode raft Signed-off-by: Jakub Dzikowski <jakub.dzikowski@softwaremill.com>
partially resolves #46