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