jenkinsfile

This commit is contained in:
unknown 2020-04-03 14:05:57 +02:00
parent 9dd16a0ab3
commit 49eed26e88

View File

@ -1,2 +1,2 @@
file = open("helper.txt", "r")
print(txt.read())
print(file.read())