add git clone

This commit is contained in:
Yevhenii Poliakov 2023-03-22 15:08:02 +01:00
parent bcb4f48682
commit d353688c4c

9
Jenkinsfile vendored
View File

@ -2,9 +2,14 @@ pipeline {
agent any
stages {
stage('Hello') {
stage('Stage1') {
steps {
echo 'Hello World'
echo ("checkout: check out from version control")
git clone https://git.wmi.amu.edu.pl/s151636/ium_151636.git
echo ("sh: Shell Script")
}
}
}