Skip to content

Commit 1b18774

Browse files
authored
Update Jenkinsfile
1 parent a11cff9 commit 1b18774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ pipeline {
305305
container('base') {
306306
withCredentials([usernamePassword(passwordVariable : 'DOCKERHUB_PASSWORD' ,usernameVariable : 'DOCKERHUB_USERNAME' ,credentialsId : "$DOCKERHUB_CREDENTIAL_ID" ,)]) {
307307
sh 'docker login --username $DOCKERHUB_USERNAME --password $DOCKERHUB_PASSWORD'
308-
sh './devops/scripts/push-fedml-docker.sh'
308+
//sh './devops/scripts/push-fedml-docker.sh'
309309
}
310310

311311
withCredentials([usernamePassword(passwordVariable : 'AWS_IAM_ACCESS_ID' ,usernameVariable : 'AWS_ECR_USERNAME' ,credentialsId : "$AWS_ECR_CREDENTIAL_ID_PRODUCTION" ,)]) {

0 commit comments

Comments
 (0)