File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class JdbcJobDefinition {
1111
1212pipeline {
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
3434timestamps {
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
You can’t perform that action at this time.
0 commit comments