s
This commit is contained in:
parent
f13b472bf8
commit
5e33e7a618
@ -2,10 +2,16 @@ pipeline {
|
||||
agent any
|
||||
|
||||
tools {
|
||||
git '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