Commit 883c6116 by Patryk Czarnik

Próba zapisu do /tmp

parent f0407128
......@@ -7,7 +7,8 @@ pipeline {
sh 'python --version'
sh 'python hello.py'
sh 'date +"%H:%M:%S" >> status.txt'
sh 'date +"%Y-%m-$d %H:%M:%S" >> /home/ubuntu/pp1_status.txt'
// sh 'date +"%Y-%m-$d %H:%M:%S" >> /home/ubuntu/pp1_status.txt'
sh 'date +"%Y-%m-$d %H:%M:%S" >> /tmp/pp1_status.txt'
}
}
}
......
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