Skip to content

Commit

Permalink
Updated Jenkinsfile to use specific version of tinyPods.node
Browse files Browse the repository at this point in the history
  • Loading branch information
kemister85 committed Nov 6, 2024
1 parent 0bf58fe commit c797c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
standardProperties()

timestamps {
tinyPods.node() {
tinyPods.node(tag: '20') {
stage("clean") {
exec('yarn clean')
}
Expand Down

0 comments on commit c797c45

Please sign in to comment.