Skip to content

Commit

Permalink
overriding entrypoint on jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarsoo committed Feb 1, 2024
1 parent 455a47a commit a97e7f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .jenkins/jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pipeline {
agent {
docker {
image 'rust:1.75.0-slim'
args '--entrypoint='
reuseNode true
}
}
steps {
Expand All @@ -17,6 +19,8 @@ pipeline {
agent {
docker {
image 'rust:1.75.0-slim'
args '--entrypoint='
reuseNode true
}
}
steps {
Expand Down

0 comments on commit a97e7f7

Please sign in to comment.