mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-04 09:34:08 +00:00
ci: use node v20 and clean up credential usage
This commit is contained in:
parent
2d330dab75
commit
5502d305cc
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -24,17 +24,12 @@ pipeline {
|
||||
}
|
||||
|
||||
environment {
|
||||
IMAGE_NAME = 'acid-info-private/logos-ordinals-dashboard'
|
||||
NEXT_PUBLIC_SITE_URL = "https://${env.JOB_BASE_NAME}"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
script {
|
||||
image = docker.build(
|
||||
"${DOCKER_REGISTRY}/${IMAGE_NAME}:${GIT_COMMIT.take(8)}",
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user