temporarily disable jenkins deploys on develop push

This commit is contained in:
Marco Ceppi 2021-03-23 15:15:24 -04:00
parent 4d2c0bbcba
commit 62430c628d

View File

@ -117,6 +117,7 @@ spec:
}
}
}
/* Muting this until Helm 3 chart is updated and tested
stage('Deployment'){
when {
branch 'develop'
@ -128,6 +129,6 @@ spec:
parameters: [string(name: 'IMAGE_TAG', value: "${env.TAG}")]
)
}
}
} */
}
}