Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IKASAN-2369 adding service to allow to table row count to be queried. #1294

Merged

IKASAN-2369 cannot use connection metadata to get tables from informa…

737c192
Select commit
Loading
Failed to load commit list.
Merged

IKASAN-2369 adding service to allow to table row count to be queried. #1294

IKASAN-2369 cannot use connection metadata to get tables from informa…
737c192
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 1, 2024 in 44m 8s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1294 IKASAN-2369 adding service to allow to table row count to be queried..
Any changes that have been made to the 3.3.x branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Xenial)
JDK Version openjdk11
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "jdk": [
    "openjdk11"
  ],
  "cache": {
    "directories": [
      "$HOME/.m2",
      "$HOME/apache-maven-3.8.4"
    ]
  },
  "before_install": [
    "echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import",
    "echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust",
    "export M2_HOME=$HOME/apache-maven-3.8.4",
    "if [ ! -d $M2_HOME/bin ]; then curl https://archive.apache.org/dist/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz | tar zxf - -C $HOME; fi",
    "export PATH=$M2_HOME/bin:$PATH"
  ],
  "install": [
    "mvn --file ikasaneip/pom.xml --settings .settings.xml test -Dmaven.javadoc.skip=true -Djava.security.egd=file:/dev/./urandom -Pall -B -V"
  ],
  "deploy": [
    {
      "provider": "script",
      "skip_cleanup": true,
      "script": "mvn --file ikasaneip/pom.xml deploy -DskipTests=true -Djava.security.egd=file:/dev/./urandom -Pall -B  -V --settings .settings.xml",
      "on": {
        "branch": [
          "3.2.x"
        ]
      }
    },
    {
      "provider": "script",
      "skip_cleanup": true,
      "script": "mvn --file ikasaneip/pom.xml deploy -DskipTests=true -Djava.security.egd=file:/dev/./urandom -Pall -B  -V --settings .settings.xml",
      "on": {
        "branch": [
          "3.3.x"
        ]
      }
    },
    {
      "provider": "script",
      "skip_cleanup": true,
      "script": "mvn --file ikasaneip/pom.xml deploy -DskipTests=true -Djava.security.egd=file:/dev/./urandom -Pall,release-sign-artifacts -B  -V --settings .settings.xml",
      "on": {
        "tags": true
      }
    }
  ]
}