Skip to content

Commit cbb10ce

Browse files
committed
remove portal deploy stage.
1 parent 45d26be commit cbb10ce

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.citd/Jenkinsfilek8s

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -192,23 +192,6 @@ pipeline {
192192
}
193193
}
194194
}
195-
196-
//Deploying the Github content to portal
197-
stage('Portal-Deploy') {
198-
when {
199-
allOf {
200-
not { changeRequest() }
201-
anyOf {branch 'master';}
202-
}
203-
}
204-
steps {
205-
script {
206-
portalDeploy(
207-
githubOrgName: "${env.GITHUB_PRODUCTION_ORGANIZATION}"
208-
)
209-
}
210-
}
211-
}
212195
}
213196

214197
post {

0 commit comments

Comments
 (0)