Skip to content

Commit

Permalink
update jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhilash Reddy committed Aug 15, 2024
1 parent f04d264 commit 54e1d6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile-opendata
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
string(name: 'ENVIRONMENT', defaultValue: 'ci', description: 'Role Name (mandatory)')
}
agent {
label 'ncats && dpi && ci && odp-api-python'
label 'ncats && build'
}
triggers {
pollSCM('H/5 * * * *')
Expand Down Expand Up @@ -85,6 +85,9 @@ pipeline {
}
}
stage('deploy docker') {
agent {
node { label 'ncats && dpi && ci && odp-api-python'}
}
steps {
//cleanWs()
checkout scm
Expand Down

0 comments on commit 54e1d6b

Please sign in to comment.