Skip to content

Ngfw 15603 Application Control Lite App Migration Using Status Tab Co…

0fed6c1
Select commit
Loading
Failed to load commit list.
Open

Merge staged 17.6 features fixes into master #298

Ngfw 15603 Application Control Lite App Migration Using Status Tab Co…
0fed6c1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 13, 2026 in 20m 1s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the 17.6-features-fixes branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
3451.1 DOCKER_PASSWORD=[secure] Linux passed
3451.2 DOCKER_PASSWORD=[secure] Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "sudo": true,
  "git": {
    "depth": false
  },
  "services": [
    "docker"
  ],
  "env": [
    "global=DOCKER_PASSWORD=[secure]={:DOCKER_USERNAME=>\"untangleengineering\", :SSH_KEY=>\"/tmp/travis-buildbot.rsa\", :PACKAGE_SERVER_IP=>\"52.2.228.218\", :PKGTOOLS_COMMIT=>\"origin/${TRAVIS_BRANCH}\", :UPLOAD=>\"scp\"} jobs={:REPOSITORY=>\"bullseye\", :ARCHITECTURE=>\"amd64\"}={:REPOSITORY=>\"bullseye\", :ARCHITECTURE=>\"arm64\"}"
  ],
  "before_install": [
    "echo \"$DOCKER_PASSWORD\" | docker login -u \"$DOCKER_USERNAME\" --password-stdin",
    "docker pull untangleinc/ngfw:${REPOSITORY}-build-multiarch",
    "openssl aes-256-cbc -K $encrypted_4573965c4e34_key -iv $encrypted_4573965c4e34_iv -in .travis/buildbot.rsa.enc -out ${SSH_KEY} -d",
    "chmod 600 ${SSH_KEY}"
  ],
  "script": [
    "docker-compose -f docker-compose.build.yml run pkgtools",
    "docker-compose -f docker-compose.build.yml run build"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ],
    "slack": [
      {
        "rooms": [
          {
            "secure": "XzWyKqltaDMHYT5QevjL/uooNeLn3DBDru25wLTj1GzfRr25i+lVB+FvuWI6F3KcaKyNu0vNpP1N398KO/V45oYkUxc4rj7iS3yRvGcfedxtJDSSLO2BPR/iaotVnUqi+qnYSnEHa5pqGWC5OUVonN5+Sy9qqP5BLRbxN+SG9L5jBmzK86P/lY2ESmhOI/U4KiLdBxCNiQK/kxcpiCyEz4xZVwZgqxamRDHvVJDV7CNCZxu3qbUD9eC/gJ9RBscF0TCprdoK3c8DM4V2YNUtrbnn0yKV26gmk+ZevnQQYSXbtRq+oHIUcYJUzmIyhh0lZFD88kNAlQGdieuHuWP3toq5qORRiKx6xhncmERBWnX/lEybmkLjGGP/evm7X9Ct48iVAqmBnsTKlr3nab32O3iggtExVW4oqbP8nlYSoM/NV75gbos0J5IFRzD8rtfweMKP2nrNQLjsZrRufwaNmuWJyYdTLSRWrSRRtJhuU4aYEAHPO3FIfBrLY6Fh5Q09NHfh7YqkDrA1nVF0I4NFuMZt3ASbtC4F1cU5CpYIMgeJZs7p45BFA5efVwuWS0K2upZqXPqUN12BlbbaICo6CHsA0dfIDFVpJ/1bumSyxjKQiZe9pw9qnk4XdrNKvahYudB/VqXZAjrZcrRuFeG0uxckhJtK4nhbfccvpWES6VE="
          }
        ],
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  }
}