diff --git a/Jenkinsfile b/Jenkinsfile index 157afa3..bc23de7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,27 +10,27 @@ credentialsId: null, ] -try { - echo 'Trying to load shared libraries...' +//try { +// echo 'Trying to load shared libraries...' library identifier: "libIndy@${libIndy.branch}", retriever: modernSCM( [$class: 'GitSCMSource', remote: libIndy.remote, credentialsId: libIndy.credentialsId] ) - echo 'Shared library loaded' -} catch (error) { - echo "Could not load shared libraries: ${error.message}" - currentBuild.result = 'FAILURE' - return -} +// echo 'Shared library loaded' +//} catch (error) { +// echo "Could not load shared libraries: ${error.message}" +// currentBuild.result = 'FAILURE' +// return +//} // Initialize configuration def config = initConfig() -if (!config) { - // Fail config is empty - currentBuild.result = 'FAILURE' - return -} +//if (!config) { +// // Fail config is empty +// currentBuild.result = 'FAILURE' +// return +//} // CI Pipeline stageCompile(config)