Skip to content

Commit

Permalink
add checkout scm inside
Browse files Browse the repository at this point in the history
  • Loading branch information
gfournieriExec committed Jul 10, 2024
1 parent aaadac2 commit 6f6ea5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile_Subgraph_generic
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
def userInput

node {
stage('Setup') {
checkout scm
}
docker.image('node:20-alpine').inside('--user root') {
stage('Setup') {
checkout scm
}
stage('Deployement form') {
timeout(time: 5, unit: 'MINUTES') {
userInput = input(
Expand Down

0 comments on commit 6f6ea5f

Please sign in to comment.