Update 'lab10/Jenkinsfile_dvc'
This commit is contained in:
parent
535c3681d9
commit
04eecc475f
@ -9,7 +9,7 @@ pipeline {
|
|||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Cloning and switching to repo'
|
echo 'Cloning and switching to repo'
|
||||||
git credentialsId: 'f695fe86-8cca-47f7-a546-d3bfd1059fd4', url: 'https://git.wmi.amu.edu.pl/s449288/ium_s449288.git'
|
sh 'git clone https://git.wmi.amu.edu.pl/s449288/ium_s449288.git'
|
||||||
sh 'ls -lh'
|
sh 'ls -lh'
|
||||||
sh 'cd ium_s449288'
|
sh 'cd ium_s449288'
|
||||||
echo 'In ium_s449288 now'
|
echo 'In ium_s449288 now'
|
||||||
|
Loading…
Reference in New Issue
Block a user