Update 'Jenkinsfile'
This commit is contained in:
parent
688682c41c
commit
381260fd31
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -42,5 +42,12 @@ pipeline {
|
|||||||
archiveArtifacts 'ls.txt'
|
archiveArtifacts 'ls.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Build') {
|
||||||
|
// 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