Skip to content

Commit 33dac3c

Browse files
author
claudioscalzo
committed
From python to git
1 parent cf70973 commit 33dac3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ pipeline {
136136
agent {
137137
// execute on the 'python slave' pod
138138
kubernetes {
139-
defaultContainer 'python'
140-
yamlFile "${SLAVES_TEMPLATES_PATH}/python-slave.yaml"
139+
defaultContainer 'git'
140+
yamlFile "${SLAVES_TEMPLATES_PATH}/git-slave.yaml"
141141
}
142142
}
143143

0 commit comments

Comments
 (0)