edit jenkinsfile - git command
This commit is contained in:
parent
d353688c4c
commit
86cf2c315c
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -5,10 +5,11 @@ pipeline {
|
||||
stage('Stage1') {
|
||||
steps {
|
||||
echo ("checkout: check out from version control")
|
||||
git clone https://git.wmi.amu.edu.pl/s151636/ium_151636.git
|
||||
git "https://git.wmi.amu.edu.pl/s151636/ium_151636.git"
|
||||
|
||||
echo ("sh: Shell Script")
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user