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