try with other credentials

This commit is contained in:
Karol Cyganik 2024-04-03 09:02:06 +02:00
parent 1d7741dd72
commit e027de6e16

View File

@ -32,7 +32,7 @@ pipeline {
} }
stage('Stats in docker') { stage('Stats in docker') {
steps { steps {
sh "python3 main.py" sh "sudo python3 main.py"
} }
} }
} }