Skip to content

Commit fb0bd7e

Browse files
authored
Merge pull request #132 from pabbathreddya2/master
update jenkinsfile
2 parents f04d264 + 54e1d6b commit fb0bd7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfile-opendata

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipeline {
77
string(name: 'ENVIRONMENT', defaultValue: 'ci', description: 'Role Name (mandatory)')
88
}
99
agent {
10-
label 'ncats && dpi && ci && odp-api-python'
10+
label 'ncats && build'
1111
}
1212
triggers {
1313
pollSCM('H/5 * * * *')
@@ -85,6 +85,9 @@ pipeline {
8585
}
8686
}
8787
stage('deploy docker') {
88+
agent {
89+
node { label 'ncats && dpi && ci && odp-api-python'}
90+
}
8891
steps {
8992
//cleanWs()
9093
checkout scm

0 commit comments

Comments
 (0)