Compare commits
2 Commits
ac6a33caf2
...
5e33e7a618
Author | SHA1 | Date | |
---|---|---|---|
|
5e33e7a618 | ||
|
f13b472bf8 |
@ -2,11 +2,16 @@ pipeline {
|
||||
agent any
|
||||
|
||||
tools {
|
||||
git 'default'
|
||||
dvc 'default'
|
||||
git 'Default'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Install DVC') {
|
||||
steps {
|
||||
sh 'pip install dvc'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Clone Repository') {
|
||||
steps {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user