Skip to content

Commit

Permalink
update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
godot committed Apr 24, 2024
1 parent 689c8c0 commit 6a889ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Jenkinsfile
Expand Up @@ -47,13 +47,16 @@ pipeline {
}
}

stage('Test latest') {
stage('Test tagged release') {
agent { kubernetes { yaml podTemplate("20.11") } }
when { tag "v*" }

steps {
container(name: 'node') {
sh 'npm install -g @platformos/pos-cli'
sh 'pos-cli env list'
sh 'pos-cli init'
sh 'pos-cli data clean --auto-confirm --include-schema'
sh 'pos-cli deploy'
}
}
}
Expand Down

0 comments on commit 6a889ef

Please sign in to comment.