Update Jenkinsfile4

This commit is contained in:
s464903 2024-05-11 11:39:57 +02:00
parent ad5f6ffdf5
commit 9c02e218be
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'kaggle datasets list'
}
}
}