s
This commit is contained in:
parent
551ca5ca6f
commit
48ce773cca
@ -6,6 +6,15 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Setup Git') {
|
||||
steps {
|
||||
sh """
|
||||
git config --global user.email "jakzar3@st.amu.edu.pl"
|
||||
git config --global user.name "s487187"
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
stage('Install DVC') {
|
||||
steps {
|
||||
sh 'pip install dvc'
|
||||
@ -23,7 +32,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Create dvc.yaml') {
|
||||
steps {
|
||||
writeFile file: 'dvc.yaml', text: '''
|
||||
|
Loading…
Reference in New Issue
Block a user