get gitea json object

This commit is contained in:
2025-07-01 12:50:17 +02:00
parent 0aa03aea19
commit 0de66fe533

19
Jenkinsfile vendored
View File

@@ -27,6 +27,25 @@ pipeline {
) )
} }
stages {
stage('Lade Konfiguration') {
steps {
script {
@Library('InnoHub-Library@master')
// z.B. Methode in Library: getRepoConfig(repo, ref)
def repoConfig = getRepoConfig(REPO_NAME, GIT_REF)
echo "Gefunden: ${repoConfig.name}, Branch: ${repoConfig.branch}"
echo repoConfig
def jobsToTrigger = repoConfig.jobs
}
}
}
}
stages { stages {
stage('Install Dependencies') { stage('Install Dependencies') {
steps { steps {