We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d26be commit cbb10ceCopy full SHA for cbb10ce
.citd/Jenkinsfilek8s
@@ -192,23 +192,6 @@ pipeline {
192
}
193
194
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
212
213
214
post {
0 commit comments