Update 'Jenkinsfile'

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

4
Jenkinsfile vendored
View File

@ -50,8 +50,8 @@ 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'
sh 'python3 --version'
sh 'python3 ./ium_z360792/skrypt.py'
}
}
stage('Goodbye!') {