Pipelines 1.57.0

JFrog Release Information

Content Type
Release Notes
ft:sourceType
Paligo

This release primarily focuses on some improvements and bug fixes.

New Features

  • AWS Images - Node Pools (Dynamic)

    Added Build Plane Images for AWS Integration in the il-central-1 region.

    il-central-1-BuildImages.png

Feature Enhancements

  • Key Values - Generic Integration

    Note

    Export generic integration key values as it is. Use as <key> instead of <int>_<integration-name>_<key>. Can be achieved using API only. Pass "exportKey": true, while creating/updating api/v1/projectIntegrations.PROJECT INTEGRATIONS

    pipelines:
      - name: Ps_variable_resolved_14856
        steps:
          - name: Ps_variable_resolved_14856
            type: Bash
            configuration:
              integrations:
                - name: exportWithKey14856
                - name: exportWithFormat14856
                - name: exportWithFormat1485611
            execution:
              onExecute:
                - withkey=${exportWithKey}
                - echo ${int_exportWithFormat1485611_exportWithFormatwithKey2} # int_intname_key
                - echo ${exportWithFormatwithKey2}  # key 
                - if [ "$withkey" != "exportWithKey" ]; then return 1; fi 
                - if [ "${int_exportWithKey14856_exportWithKey}" != exportWithKey ]; then return 1; fi 
                - if [ "${int_exportWithFormat14856_exportWithFormat}" != exportWithFormat ]; then return 1; fi 
                - if [ "${exportWithFormat}" != "" ]; then return 1; fi
    

Resolved Issues

  • Integrations - Share

    Fixed an issue related to sharing Integrations with other projects.