Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheng678 committed May 18, 2021
1 parent c67addc commit 383fcdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ pipeline {
$class: 'GitSCM',
branches: [[name: env.GIT_BUILD_REF]],
userRemoteConfigs: [[
url: env.GIT_REPO_URL,
credentialsId: env.CREDENTIALS_ID
url: env.GIT_REPO_URL,
credentialsId: env.CREDENTIALS_ID
]]])
sh 'echo hello CODING'
}
}
}
Expand Down

0 comments on commit 383fcdc

Please sign in to comment.