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. #1293

Merged
merged 4 commits into from
May 2, 2024

IKASAN-2369 adding check to make sure that the table name is valid be…

241e500
Select commit
Loading
Failed to load commit list.
Merged

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

IKASAN-2369 adding check to make sure that the table name is valid be…
241e500
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded May 1, 2024 in 54m 21s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the IKASAN-2369-add-table-record-count-service branch. You should be able to reproduce it by checking out the branch locally.

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 openjdk17
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "jdk": [
    "openjdk17"
  ],
  "cache": {
    "directories": [
      "$HOME/.m2",
      "$HOME/apache-maven-3.8.6"
    ]
  },
  "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.6",
    "if [ ! -d $M2_HOME/bin ]; then curl https://archive.apache.org/dist/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz | tar zxf - -C $HOME; fi",
    "export PATH=$M2_HOME/bin:$PATH"
  ],
  "install": [
    "skip"
  ],
  "script": [
    "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 -quiet --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 -quiet --file ikasaneip/pom.xml deploy -DskipTests=true -Djava.security.egd=file:/dev/./urandom -Pall -B  -V --settings .settings.xml",
      "on": {
        "branch": [
          "4.0.x"
        ]
      }
    },
    {
      "provider": "script",
      "skip_cleanup": true,
      "script": "mvn -quiet --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
      }
    }
  ]
}