git next try3
This commit is contained in:
parent
0c4ae69f9f
commit
00447f2f87
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -4,8 +4,10 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
sh 'rm -rf artifacts'
|
git(
|
||||||
git 'https://git.wmi.amu.edu.pl/s495719/ium_495719.git'
|
url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git",
|
||||||
|
branch: "main"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user