mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-08 19:38:21 +00:00
update jenkinsfile
This commit is contained in:
parent
53ffe927f3
commit
a91dcc6b7c
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -3,14 +3,14 @@ properties([
|
||||
gitParameter(
|
||||
branch: '',
|
||||
branchFilter: 'origin/(.*)',
|
||||
defaultValue: 'origin/refactor',
|
||||
defaultValue: 'origin/main',
|
||||
description: '',
|
||||
name: 'BRANCH',
|
||||
quickFilterEnabled: false,
|
||||
selectedValue: 'NONE',
|
||||
selectedValue: 'DEFAULT',
|
||||
sortMode: 'NONE',
|
||||
tagFilter: '*',
|
||||
useRepository: 'git@github.com:aronwk-aaron/AccountManager.git',
|
||||
useRepository: 'git@github.com:DarkflameUniverse/NexusDashboard.git',
|
||||
type: 'PT_BRANCH'
|
||||
)
|
||||
])
|
||||
@ -25,15 +25,14 @@ node('worker'){
|
||||
userRemoteConfigs: [
|
||||
[
|
||||
credentialsId: 'aronwk',
|
||||
url: 'git@github.com:aronwk-aaron/AccountManager.git'
|
||||
url: 'git@github.com:DarkflameUniverse/NexusDashboard.git'
|
||||
]
|
||||
]
|
||||
])
|
||||
}
|
||||
def tag = ''
|
||||
stage("Build Container"){
|
||||
|
||||
if (params.BRANCH.contains('master')){
|
||||
if (params.BRANCH.contains('main')){
|
||||
tag = 'latest'
|
||||
} else {
|
||||
tag = params.BRANCH.replace('\\', '-')
|
||||
|
Loading…
Reference in New Issue
Block a user