try with other credentials

This commit is contained in:
Karol Cyganik 2024-04-03 09:02:06 +02:00
parent 1d7741dd72
commit e027de6e16
1 changed files with 1 additions and 1 deletions

View File

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