Update Jenkinsfile for newest image
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit
Some checks failed
forgejo/romanjaros/portfolio/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7ae3b1d2f7
commit
17f94d44f7
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ DefaultPipeline({
|
|||
appName = 'portfolio'
|
||||
gitOwner = "romanjaros"
|
||||
harborProject = "romanjaros"
|
||||
image = "jenkins/nodejs:lts-alpine3.18"
|
||||
image = "jenkins/nodejs:20.x-alpine3.18"
|
||||
appVersion = { params ->
|
||||
def packageJson = readJSON file: "package.json"
|
||||
return packageJson.version
|
||||
|
|
Loading…
Add table
Reference in a new issue