Commit dc684116 by Patryk Czarnik

Kolejne kroki Jenkinsa

parent e8c6f708
...@@ -5,6 +5,8 @@ pipeline { ...@@ -5,6 +5,8 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
sh 'python --version' sh 'python --version'
sh 'python hello.py'
sh 'date +"%H:%M:%S" >> 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