Update 'Jenkinsfile'

This commit is contained in:
Mikołaj Perz 2023-04-19 22:02:29 +02:00
parent a61f250d7a
commit c8396a4eeb

1
Jenkinsfile vendored
View File

@ -50,6 +50,7 @@ pipeline {
stage('RunScript') {
steps {
//Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!)
sh 'python --version'
sh 'python ./ium_z360792/skrypt.py'
}
}