Skip to content

Commit c8ae163

Browse files
committed
back to astra
1 parent fa48c84 commit c8ae163

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile-astra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initializeEnvironment() {
2828
env.GITHUB_COMMIT_URL = "${GITHUB_PROJECT_URL}/commit/${env.GIT_COMMIT}"
2929

3030
env.MAVEN_HOME = "${env.HOME}/.mvn/apache-maven-3.8.8"
31-
env.PATH = "${env.MAVEN_HOME}/bin:~/.astra/cli:${env.PATH}"
31+
env.PATH = "${env.MAVEN_HOME}/bin:/home/jenkins/.astra/cli:${env.PATH}"
3232

3333
env.JAVA_HOME = sh(label: 'Get JAVA_HOME',script: '''#!/bin/bash -le
3434
. ${JABBA_SHELL}

test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/astra/AstraBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ private String runAstraCommand(String... args) throws IOException, InterruptedEx
442442

443443
private String executeAstraCommand(String... args) throws IOException, InterruptedException {
444444
// Build command line
445-
CommandLine cli = new CommandLine("/home/jenkins/.astra/cli/astra");
445+
CommandLine cli = new CommandLine("astra");
446446
for (String arg : args) {
447447
cli.addArgument(arg);
448448
}

0 commit comments

Comments
 (0)