s
This commit is contained in:
parent
551ca5ca6f
commit
48ce773cca
@ -6,6 +6,15 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
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') {
|
stage('Install DVC') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pip install dvc'
|
sh 'pip install dvc'
|
||||||
@ -23,7 +32,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Create dvc.yaml') {
|
stage('Create dvc.yaml') {
|
||||||
steps {
|
steps {
|
||||||
writeFile file: 'dvc.yaml', text: '''
|
writeFile file: 'dvc.yaml', text: '''
|
||||||
|
Loading…
Reference in New Issue
Block a user