Skip to content

Commit dbc95d0

Browse files
author
Mbd06b
committed
update dev pipeline to SCM checkout
1 parent b4edd23 commit dbc95d0

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,8 @@ spec:
4242
steps {
4343
container('maven-jdk8'){
4444
script {
45-
checkout([
46-
$class: 'GitSCM',
47-
branches: [
48-
[name: 'main']
49-
],
50-
doGenerateSubmoduleConfigurations: false,
51-
extensions: [],
52-
submoduleCfg: [],
53-
userRemoteConfigs: [[
54-
// credentialsId: 'Ethosengine_Jenkins_SSH',
55-
url: 'https://github.com/ethosengine/sonar-auth-oidc.git'
56-
]]
57-
])
45+
checkout scm
46+
5847
withMaven() {
5948
sh 'mvn clean compile -fae'
6049
}

0 commit comments

Comments
 (0)