add git clone
This commit is contained in:
parent
bcb4f48682
commit
d353688c4c
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -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")
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user