Skip to content

Commit

Permalink
ci: building always against snapshots in default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
karsten-klein committed Sep 7, 2024
1 parent 6cae53e commit e1586b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .jenkins/advise
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
sh 'mkdir -p .metaeffekt-core'
dir ('.metaeffekt-core') {
withCredentials([usernamePassword(credentialsId: 'JenkinsGithubAccess', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
git url: 'https://github.com/org-metaeffekt/metaeffekt-core.git', branch: 'main', credentialsId: 'JenkinsGithubAccess'
git url: 'https://github.com/org-metaeffekt/metaeffekt-core.git', branch: 'master', credentialsId: 'JenkinsGithubAccess'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/extract
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
sh 'mkdir -p .metaeffekt-core'
dir ('.metaeffekt-core') {
withCredentials([usernamePassword(credentialsId: 'JenkinsGithubAccess', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
git url: 'https://github.com/org-metaeffekt/metaeffekt-core.git', branch: 'main', credentialsId: 'JenkinsGithubAccess'
git url: 'https://github.com/org-metaeffekt/metaeffekt-core.git', branch: 'master', credentialsId: 'JenkinsGithubAccess'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/upload-mirror
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
sh 'mkdir -p .metaeffekt-core'
dir ('.metaeffekt-core') {
withCredentials([usernamePassword(credentialsId: 'JenkinsGithubAccess', usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
git url: 'https://github.com/org-metaeffekt/metaeffekt-core.git', branch: 'main', credentialsId: 'JenkinsGithubAccess'
git url: 'https://github.com/org-metaeffekt/metaeffekt-core.git', branch: 'master', credentialsId: 'JenkinsGithubAccess'
}
}
}
Expand Down

0 comments on commit e1586b3

Please sign in to comment.