This commit is contained in:
AWieczarek 2024-04-09 18:01:42 +02:00
parent af1560fc39
commit 2e67997931
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
"KAGGLE_KEY=${env.KAGGLE_KEY}"
]) {
sh "echo === VARIABLE SUBSTITUTION ==="
sh "echo ${params.KAGGLE_USERNAME}"'
sh "echo ${params.KAGGLE_USERNAME}"
sh "python3 IUM_02.py"
}
}