Skip to content

Commit 5b434fa

Browse files
change uSUT tag to sut-stable
1 parent 70c48fe commit 5b434fa

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class JdbcJobDefinition {
1111

1212
pipeline {
1313
// TODO Please migrate this to C7 as sfc-dev2 servers do not support c6 nodes
14-
agent { label 'regular-memory-node' }
14+
agent { label 'regular_memory_node_snowos' }
1515
options { timestamps() }
1616
environment {
1717
COMMIT_SHA_LONG = sh(returnStdout: true, script: "echo \$(git rev-parse " + "HEAD)").trim()
@@ -32,7 +32,7 @@ pipeline {
3232
}
3333

3434
timestamps {
35-
node('regular-memory-node') {
35+
node('regular_memory_node_snowos') {
3636
stage('checkout') {
3737
scmInfo = checkout scm
3838
println("${scmInfo}")
@@ -66,7 +66,8 @@ timestamps {
6666
string(name: 'parent_build_number', value: env.BUILD_NUMBER),
6767
string(name: 'timeout_value', value: '420'),
6868
string(name: 'PR_Key', value: scmInfo.GIT_BRANCH.substring(3)),
69-
string(name: 'svn_revision', value: 'temptest-deployed')
69+
string(name: 'svn_revision', value: 'sut-stable'),
70+
string(name: 'node_label', value: 'regular_memory_node_snowos-snowos')
7071
]]
7172
}
7273

0 commit comments

Comments
 (0)