fdgh
This commit is contained in:
parent
0c51451a07
commit
3539e74928
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,7 +1,4 @@
|
||||
node {
|
||||
stage('Clone Git Repository') {
|
||||
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git'
|
||||
}
|
||||
|
||||
stage('Preparation') {
|
||||
properties([
|
||||
@ -41,6 +38,10 @@ node {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Clone Git Repository') {
|
||||
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git'
|
||||
}
|
||||
|
||||
stage('End') {
|
||||
echo 'Program ended!'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user