ium_452487/Jenkinsfile

12 lines
243 B
Plaintext
Raw Normal View History

2024-03-24 17:02:18 +01:00
pipeline {
agent any
stages {
stage('Dataset_download') {
steps {
2024-03-24 17:06:03 +01:00
echo 'username_visibility_test2: ${kaggle_username}'
2024-03-24 17:02:18 +01:00
echo 'password_visibility_test2: ${kaggle_password}'
}
}
}
2024-03-20 14:28:52 +01:00
}