/_programs_
This commit is contained in:
parent
de5fc7e71b
commit
a3a2c3451c
|
|
@ -34,7 +34,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
disableSafeDirCheck()
|
disableSafeDirCheck()
|
||||||
dir("_programs_") {
|
dir("/_programs_") {
|
||||||
git_take(projects, git_remote) // Dodano git_remote jako argument
|
git_take(projects, git_remote) // Dodano git_remote jako argument
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue