@ -1,10 +1,25 @@
pipeline {
agent { label 'master' }
environment{
REPO_SCRIPTS = "https://git.teajay.cc/teajay/FFKW-Jenkins-Scripte"
}
stages {
stage('build') {
stage('clone') {
steps {
echo "Hello World!"
echo ""
echo "###################"
echo "# Cloning Repos #"
echo "checking out build scripts"
dir("scripts"){
git "${REPO_SCRIPTS}"