Skip to content

Commit

Permalink
add $
Browse files Browse the repository at this point in the history
  • Loading branch information
SiyaoIsHiding committed Sep 18, 2024
1 parent 21b2b5d commit 1066366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-asf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pipeline {

def executeTests() {
def container_id = sh(script: "docker run -td -e TEST_JAVA_VERSION=${TEST_JAVA_VERSION} -e SERVER_VERSION=${SERVER_VERSION} -v \$(pwd):/home/docker/cassandra-java-driver apache.jfrog.io/cassan-docker/apache/cassandra-java-driver-testing-ubuntu2204 'sleep 2h'", returnStdout: true).trim()
sh "docker exec --user root $container_id bash -c \"sudo bash /home/docker/cassandra-java-driver/ci/create-user.sh docker $(id -u) $(id -g) /home/docker/cassandra-java-driver\""
sh "docker exec --user root $container_id bash -c \"sudo bash /home/docker/cassandra-java-driver/ci/create-user.sh docker \$(id -u) \$(id -g) /home/docker/cassandra-java-driver\""
sh "docker exec --user docker $container_id './cassandra-java-driver/ci/run-tests.sh'"
}

Expand Down

0 comments on commit 1066366

Please sign in to comment.