-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the neo4j build job config (#2664)
* Update #0000: updated the neo4j build jenkinsfile * Update #0000: updated the flink job config
- Loading branch information
Showing
2 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.1" encoding="UTF-8" standalone="no"?><flow-definition plugin="workflow-job@2.38"> | ||
<?xml version="1.1" encoding="UTF-8" standalone="no"?><flow-definition plugin="workflow-job@2.40"> | ||
<actions> | ||
<org.jenkinsci.plugins.workflow.multibranch.JobPropertyTrackerAction plugin="workflow-multibranch@2.21"> | ||
<org.jenkinsci.plugins.workflow.multibranch.JobPropertyTrackerAction plugin="workflow-multibranch@2.23"> | ||
<jobPropertyDescriptors> | ||
<string>hudson.model.ParametersDefinitionProperty</string> | ||
<string>com.sonyericsson.rebuild.RebuildSettings</string> | ||
|
@@ -19,7 +19,7 @@ | |
</strategy> | ||
</jenkins.model.BuildDiscarderProperty> | ||
<org.jenkinsci.plugins.workflow.job.properties.DisableConcurrentBuildsJobProperty/> | ||
<com.sonyericsson.rebuild.RebuildSettings plugin="rebuild@1.31"> | ||
<com.sonyericsson.rebuild.RebuildSettings plugin="rebuild@1.32"> | ||
<autoRebuild>false</autoRebuild> | ||
<rebuildDisabled>false</rebuildDisabled> | ||
</com.sonyericsson.rebuild.RebuildSettings> | ||
|
@@ -38,7 +38,7 @@ | |
</hudson.model.StringParameterDefinition> | ||
</parameterDefinitions> | ||
</hudson.model.ParametersDefinitionProperty> | ||
<hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@2.0.2"> | ||
<hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="[email protected]"> | ||
<maxConcurrentPerNode>0</maxConcurrentPerNode> | ||
<maxConcurrentTotal>0</maxConcurrentTotal> | ||
<categories class="java.util.concurrent.CopyOnWriteArrayList"/> | ||
|
@@ -57,23 +57,26 @@ | |
</triggers> | ||
</org.jenkinsci.plugins.workflow.job.properties.PipelineTriggersJobProperty> | ||
</properties> | ||
<definition class="org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition" plugin="workflow-cps@2.80"> | ||
<scm class="hudson.plugins.git.GitSCM" plugin="git@4.2.2"> | ||
<definition class="org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition" plugin="workflow-cps@2.90"> | ||
<scm class="hudson.plugins.git.GitSCM" plugin="git@4.7.1"> | ||
<configVersion>2</configVersion> | ||
<userRemoteConfigs> | ||
<hudson.plugins.git.UserRemoteConfig> | ||
<url>https://github.com/project-sunbird/sunbird-learning-platform.git</url> | ||
<url>https://github.com/project-sunbird/knowledge-platform-db-extensions.git</url> | ||
</hudson.plugins.git.UserRemoteConfig> | ||
</userRemoteConfigs> | ||
<branches> | ||
<hudson.plugins.git.BranchSpec> | ||
<name>${github_release_tag}</name> | ||
</hudson.plugins.git.BranchSpec> | ||
</branches> | ||
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> | ||
<submoduleCfg class="empty-list"/> | ||
<extensions/> | ||
</scm> | ||
<scriptPath>pipelines/build/neo4j/Jenkinsfile</scriptPath> | ||
<scriptPath>build/neo4j-extensions/Jenkinsfile</scriptPath> | ||
<lightweight>false</lightweight> | ||
</definition> | ||
<triggers/> | ||
<disabled>false</disabled> | ||
</flow-definition> | ||
</flow-definition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,18 +97,15 @@ return """<b>This parameter is not used</b>"""</script> | |
<visibleItemCount>1</visibleItemCount> | ||
<script class="org.biouno.unochoice.model.GroovyScript"> | ||
<secureScript plugin="[email protected]"> | ||
<script>return['activity-aggregate-updater', | ||
'relation-cache-updater', | ||
'post-publish-processor', | ||
<script>return[ | ||
'video-stream-generator', | ||
'questionset-publish', | ||
'collection-certificate-generator', | ||
'enrolment-reconciliation', | ||
'search-indexer', | ||
'asset-enrichment', | ||
'audit-event-generator', | ||
'audit-history-indexer', | ||
'auto-creator-v2', | ||
'collection-cert-pre-processor', | ||
'asset-enrichment']</script> | ||
'collection-certificate-generator']</script> | ||
<sandbox>true</sandbox> | ||
</secureScript> | ||
<secureFallbackScript plugin="[email protected]"> | ||
|
@@ -150,7 +147,7 @@ return """<b>This parameter is not used</b>"""</script> | |
</userRemoteConfigs> | ||
<branches> | ||
<hudson.plugins.git.BranchSpec> | ||
<name>${branch_or_tag}></name> | ||
<name>${branch_or_tag}</name> | ||
</hudson.plugins.git.BranchSpec> | ||
</branches> | ||
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> | ||
|