v3
This commit is contained in:
parent
816d4f2f16
commit
1333335f31
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,9 +10,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
sh 'git checkout'
|
sh 'git checkout'
|
||||||
sh 'python3 script.py'
|
sh 'python3 script.py'
|
||||||
publishers {
|
archiveArtifacts artifacts: 'num_lines.txt'
|
||||||
archiveArtifacts('build/test-output/**/*.html')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
num_lines = sum(1 for line in open('./Infra/wikiniews_results.tsv'))
|
num_lines = sum(1 for line in open('./Infra/wikiniews_results.tsv'))
|
||||||
|
|
||||||
file = open('num_lines.py', 'w')
|
file = open('num_lines.py', 'w')
|
||||||
file.write('num_lines')
|
file.write('num_lines.txt')
|
||||||
file.close()
|
file.close()
|
Loading…
Reference in New Issue
Block a user