Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
ioppytest
Commits
432a05f4
Commit
432a05f4
authored
Oct 02, 2018
by
Federico Sismondi
Browse files
fix use --destination option (it is not an argument), changed dir name for pcaps also
parent
7efed72b
Pipeline
#3018
failed with stages
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
432a05f4
...
...
@@ -236,19 +236,17 @@ if(env.JOB_NAME =~ 'ioppytest-coap-implementation-continuous-testing/'){
throw
e
}
finally
{
sh
'''
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
mkdir -r data/pcaps
python3 -m ioppytest_cli download_network_traces --destination data/pcaps
sudo -E make stop-all
sudo -E docker ps
'''
archiveArtifacts
artifacts:
'data/results/*.json'
,
fingerprint:
true
try
{
archiveArtifacts
artifacts:
'data/dumps/*.pcap'
,
fingerprint:
true
}
catch
(
e
){
archiveArtifacts
artifacts:
'tmp/*.pcap'
,
fingerprint:
true
}
archiveArtifacts
artifacts:
'data/pcaps/*.pcap'
,
fingerprint:
true
}
}
}
...
...
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