remove a duplicate cat command
This commit is contained in:
parent
eebdae5529
commit
bfb77ff024
|
@ -86,7 +86,6 @@ pipeline {
|
|||
script {
|
||||
sh '''
|
||||
cp $WALKER_NOTES ./walker_notes.${PIPELINE_BUILD_NUMBER}.md
|
||||
cat ./walker_notes.${PIPELINE_BUILD_NUMBER}.md
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue