Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-22 12:41:42 +09:00 committed by GitHub
parent f3837d6a5d
commit c36c875b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
Jenkinsfile vendored
View file

@ -107,15 +107,7 @@ stage('Codedeploy Workload') {
--s3-location bucket=std01-codedeploy-bucket,bundleType=zip,key=deploy.zip
'''
sleep(10) // sleep 10s
}
}
}
}