Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Jul 10, 2024
1 parent d669721 commit 7478c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_Subgraph_generic
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ node {
println "Selected service name: '${userInput.targetRemoteHost}'"
}
stage('Setup Docker image') {
sh 'sudo apt install jq'
sh 'apt install jq'
}
stage('Building subgraph') {
// Print working directory and list files for debugging
Expand Down

0 comments on commit 7478c10

Please sign in to comment.