Commit f0407128 by Patryk Czarnik

Próba zapisu do globalnego pliku

parent dc684116
...@@ -7,6 +7,7 @@ pipeline { ...@@ -7,6 +7,7 @@ pipeline {
sh 'python --version' sh 'python --version'
sh 'python hello.py' sh 'python hello.py'
sh 'date +"%H:%M:%S" >> status.txt' sh 'date +"%H:%M:%S" >> status.txt'
sh 'date +"%Y-%m-$d %H:%M:%S" >> /home/ubuntu/pp1_status.txt'
} }
} }
} }
......
print('Hello\!') print('Hello!')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment