File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ class JdbcJobDefinition {
1010}
1111
1212pipeline {
13- // TODO Please migrate this to C7 as sfc-dev2 servers do not support c6 nodes
14- agent { label ' regular-memory-node' }
13+ agent { label ' regular-memory-node-snowos' }
1514 options { timestamps() }
1615 environment {
1716 COMMIT_SHA_LONG = sh(returnStdout : true , script : " echo \$ (git rev-parse " + " HEAD)" ). trim()
@@ -32,7 +31,7 @@ pipeline {
3231}
3332
3433timestamps {
35- node(' regular-memory-node' ) {
34+ node(' regular-memory-node-snowos ' ) {
3635 stage(' checkout' ) {
3736 scmInfo = checkout scm
3837 println (" ${ scmInfo} " )
@@ -66,7 +65,8 @@ timestamps {
6665 string(name : ' parent_build_number' , value : env. BUILD_NUMBER ),
6766 string(name : ' timeout_value' , value : ' 420' ),
6867 string(name : ' PR_Key' , value : scmInfo. GIT_BRANCH . substring(3 )),
69- string(name : ' svn_revision' , value : ' temptest-deployed' )
68+ string(name : ' svn_revision' , value : ' sut-stable' ),
69+ string(name : ' node_label' , value : ' regular-memory-node-snowos-snowos' )
7070 ]]
7171 }
7272
You can’t perform that action at this time.
0 commit comments