Skip to content

Commit 0a31e24

Browse files
authored
Merge pull request #2 from SourceMation/devel
add a delay before push
2 parents 52851fa + 93b5441 commit 0a31e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ pipeline {
181181
GH_BRANCH="main"
182182
}
183183
steps {
184+
sleep(time: 10, unit: "SECONDS")
184185
script {
185186
echo "Pushing ${IMAGE}-${PROVIDER} to GitHub"
186187
sh "cd auto_virtual_machines/; bash -x ./cicd.sh $PROFILE 3"

0 commit comments

Comments
 (0)