Update 'Jenkinsfile'
This commit is contained in:
parent
381260fd31
commit
f06909ef85
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -43,11 +43,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
// Run the maven build
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'kaggle datasets list'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user