|
|
|
@ -6,7 +6,6 @@ pipeline { |
|
|
|
REPO_GLUON = "https://github.com/freifunk-gluon/gluon.git" |
|
|
|
|
|
|
|
DIR_SCRIPTS = "scrpt" |
|
|
|
DIR_GLUON = "gluon" |
|
|
|
} |
|
|
|
|
|
|
|
stages { |
|
|
|
@ -21,9 +20,9 @@ pipeline { |
|
|
|
dir("${DIR_SCRIPTS}"){ |
|
|
|
git "${REPO_SCRIPTS}" |
|
|
|
} |
|
|
|
dir("${DIR_GLUON}"){ |
|
|
|
sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}" |
|
|
|
} |
|
|
|
|
|
|
|
sh "git clone https://github.com/freifunk-gluon/gluon.git gluon -b ${VERSION}" |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|