Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit e40dfcb

Browse files
Chad Doughertyapavlo
authored andcommitted
sudo apt-get
1 parent 62f880a commit e40dfcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pipeline {
2222
sh 'cd build && make benchmark -j4'
2323
sh 'cd build && make install'
2424
sh 'cd build && bash ../script/testing/psql/psql_test.sh'
25-
sh 'apt-get -qq update && apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
25+
sh 'sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
2626
sh 'cd build && python ../script/validators/jdbc_validator.py'
2727
}
2828
}
@@ -49,7 +49,7 @@ pipeline {
4949
// sh 'cd build && make benchmark -j4'
5050
// sh 'cd build && make install'
5151
// sh 'cd build && bash ../script/testing/psql/psql_test.sh'
52-
// sh 'apt-get -qq update && apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
52+
// sh 'sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
5353
// sh 'cd build && python ../script/validators/jdbc_validator.py'
5454
}
5555
}
@@ -66,7 +66,7 @@ pipeline {
6666
sh 'cd build && make benchmark -j4'
6767
sh 'cd build && make install'
6868
sh 'cd build && bash ../script/testing/psql/psql_test.sh'
69-
sh 'apt-get -qq update && apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
69+
sh 'sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
7070
sh 'cd build && python ../script/validators/jdbc_validator.py'
7171
}
7272
}
@@ -82,7 +82,7 @@ pipeline {
8282
// sh 'cd build && make benchmark -j4'
8383
// sh 'cd build && make install'
8484
// sh 'cd build && bash ../script/testing/psql/psql_test.sh'
85-
// sh 'apt-get -qq update && apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
85+
// sh 'sudo apt-get -qq update && sudo apt-get -qq -y --no-install-recommends install wget default-jdk default-jre' // prerequisites for jdbc_validator
8686
// sh 'cd build && python ../script/validators/jdbc_validator.py'
8787
// }
8888
// }

0 commit comments

Comments
 (0)