Skip to content

Commit

Permalink
Use dyalogci images rather than dyalog for Jenkins building.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRivers committed Sep 21, 2021
1 parent 21424c9 commit 620c460
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
stage('Build Linux & Windows') {
agent {
docker {
image 'dyalog/node:lts'
image 'dyalogci/node:lts'
registryCredentialsId '0435817a-5f0f-47e1-9dcc-800d85e5c335'
args '-v /devt:/devt'
}
Expand All @@ -26,7 +26,7 @@ pipeline {
stage ('Linux Packaging') {
agent {
docker {
image 'dyalog/node:lts'
image 'dyalogci/node:lts'
registryCredentialsId '0435817a-5f0f-47e1-9dcc-800d85e5c335'
}
}
Expand Down Expand Up @@ -73,7 +73,7 @@ pipeline {
stage ('Copy install images') {
agent {
docker {
image 'dyalog/node:lts'
image 'dyalogci/node:lts'
registryCredentialsId '0435817a-5f0f-47e1-9dcc-800d85e5c335'
args '-v /devt:/devt'
}
Expand All @@ -94,7 +94,7 @@ pipeline {
stage ('Publish to Github') {
agent {
docker {
image 'dyalog/node:lts'
image 'dyalogci/node:lts'
registryCredentialsId '0435817a-5f0f-47e1-9dcc-800d85e5c335'
args '-v /devt:/devt'
}
Expand Down

0 comments on commit 620c460

Please sign in to comment.