Skip to content
Snippets Groups Projects
Commit 8f218502 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

fix Jenkinsfile

parent b5c6d231
No related branches found
No related tags found
1 merge request!4OZG-7377 Entferne AFM / IntelliForm aus dem eingang-manager Repo
......@@ -62,7 +62,7 @@ pipeline {
error("Keine Release Version für Branch ${env.BRANCH_NAME}.")
}
} else {
if ( !isSnapshotVersion([rootVersion, commonVersion, routerVersion formCycleAdapterVersion, xtaAdapterVersion, enterpriseAdapterVersion])) {
if ( !isSnapshotVersion([rootVersion, commonVersion, routerVersion, formCycleAdapterVersion, xtaAdapterVersion, enterpriseAdapterVersion])) {
error("Keine Snapshot Version für Branch ${env.BRANCH_NAME}.")
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment