fixes typo in Jenkins file
Some checks failed
SCC Test/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-25 19:33:54 +01:00
parent 9f39eddd36
commit 0f4d1915a2

2
Jenkinsfile vendored
View File

@@ -71,7 +71,7 @@ pipeline {
stage('Checkout') { steps { checkout_project() }}
stage('Build & test') { steps { build_n_test_project() }}
}
qq }
}
}
}
}