Update Jenkinsfile
This commit is contained in:
parent
d35124f7d0
commit
f5901ce82b
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -3,11 +3,8 @@ pipeline {
|
||||
stages {
|
||||
stage('Dataset_download') {
|
||||
steps {
|
||||
|
||||
echo "username_visibility_test: ${kaggle_username}"
|
||||
echo "password_visibility_test: ${kaggle_password}"
|
||||
|
||||
echo 'password_visibility_test2: ${kaggle_password}'
|
||||
echo 'username_visibility_test2: ${kaggle_username}'
|
||||
echo 'password_visibility_test2: ${kaggle_password}'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user