This commit is contained in:
Jakub Zaręba 2023-05-23 23:12:16 +02:00
parent 551ca5ca6f
commit 48ce773cca

View File

@ -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: '''