-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins: 2.263
Templating Engine Plugin: 2.2.2
Bitbucket Branch Source Plugin: 2.9.7
When pipeline with JTE is being triggered via commit(webhook) or manually it's not notifying Bitbucket build:
Started by user Filatov, Andriy (filatand) [JTE] Obtained Pipeline Configuration File (show) [JTE] Pipeline Configuration Modifications (show) [JTE] Obtained Pipeline Configuration File (show) [JTE] Pipeline Configuration Modifications (show) [JTE] Obtained Template Configuration File (show) [JTE] Loading Library pipeline_common (show) [JTE] Loading Library git (show) [JTE] Loading Library scan (show) [JTE] Loading Library build (show) [JTE] Loading Library deploy (show) [JTE] Loading Library promote (show) Loading library dostack-pipeline-lib@refs/tags/2.0.15 Attempting to resolve refs/tags/2.0.15 from remote references... ...truncated... Commit message: "DSOCI-0: merging 'release/2.0.15' into 'master'" [JTE] Obtained Repository Jenkinsfile (show) [JTE] pipeline-configuration/pipeline_templates/default_pipeline.groovy does not exist. (show) [JTE] Obtained Pipeline Template (show) Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline
but if the same job is replayed without any changes, then notification is being sent to Bitbucket build
[JTE] Obtained Pipeline Configuration File (show) [JTE] Pipeline Configuration Modifications (show) [JTE] Obtained Pipeline Configuration File (show) [JTE] Pipeline Configuration Modifications (show) [JTE] Obtained Template Configuration File (show) [JTE] Loading Library pipeline_common (show) [JTE] Loading Library git (show) [JTE] Loading Library scan (show) [JTE] Loading Library build (show) [JTE] Loading Library deploy (show) [JTE] Loading Library promote (show) Loading library dostack-pipeline-lib@refs/tags/2.0.15 Attempting to resolve refs/tags/2.0.15 from remote references... ...truncated... [Bitbucket] Notifying commit build result Replacing contents of vars/sonarAnalysis.groovy ...truncated... Replacing contents of vars/robotTests.groovy [JTE] Obtained Repository Jenkinsfile (show) [JTE] pipeline-configuration/pipeline_templates/default_pipeline.groovy does not exist. (show) [JTE] Obtained Pipeline Template (show) Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline
note: [Bitbucket] Notifying commit build result - this bit is missing when pipeline with JTE is being triggered via commit(webhook) or manually