Skip to content

Commit

Permalink
delete "{}"
Browse files Browse the repository at this point in the history
  • Loading branch information
SiyaoIsHiding committed Sep 18, 2024
1 parent 712ae55 commit 21b2b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile-asf
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ 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 docker ${container_id} './cassandra-java-driver/ci/run-tests.sh'"
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'"
}

// branch pattern for cron
Expand Down

0 comments on commit 21b2b5d

Please sign in to comment.