Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webhook-test-zsy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张思远
webhook-test-zsy
Commits
66e8cb09
Commit
66e8cb09
authored
Dec 21, 2023
by
张思远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cicd yml gitpull change
parent
bca52141
Pipeline
#164
failed with stage
in 17 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
23 deletions
+32
-23
.gitlab-ci.yml
.gitlab-ci.yml
+23
-23
webhook-test-zsy
builds/16d5d572/0/cyamz/webhook-test-zsy
+1
-0
config
builds/16d5d572/0/cyamz/webhook-test-zsy.tmp/git-template/config
+8
-0
gitlab_runner_env
builds/16d5d572/0/cyamz/webhook-test-zsy.tmp/gitlab_runner_env
+0
-0
No files found.
.gitlab-ci.yml
View file @
66e8cb09
build-job
:
build-job
:
stage
:
build
stage
:
build
script
:
script
:
-
echo "Hello, 1"
-
git pull
tags
:
tags
:
-
test
-
test
test-job1
:
#
test-job1:
stage
:
test
#
stage: test
script
:
#
script:
-
echo "This job tests something"
#
- echo "This job tests something"
tags
:
#
tags:
-
test
#
- test
test-job2
:
#
test-job2:
stage
:
test
#
stage: test
script
:
#
script:
-
echo "This job tests something, but takes more time than test-job1."
#
- echo "This job tests something, but takes more time than test-job1."
-
echo "After the echo commands complete, it runs the sleep command for 20 seconds"
#
- echo "After the echo commands complete, it runs the sleep command for 20 seconds"
-
echo "which simulates a test that runs 20 seconds longer than test-job1"
#
- echo "which simulates a test that runs 20 seconds longer than test-job1"
-
sleep 20
#
- sleep 20
tags
:
#
tags:
-
test
#
- test
deploy-prod
:
#
deploy-prod:
stage
:
deploy
#
stage: deploy
script
:
#
script:
-
echo "This job deploys something from the 1"
#
- echo "This job deploys something from the 1"
environment
:
production
#
environment: production
tags
:
#
tags:
-
test
#
- test
webhook-test-zsy
@
bca52141
Subproject commit bca52141537269288704f311648363d39b2755a7
builds/16d5d572/0/cyamz/webhook-test-zsy.tmp/git-template/config
0 → 100644
View file @
66e8cb09
[init]
defaultBranch = none
[fetch]
recurseSubmodules = false
[transfer]
bundleURI = true
[http "http://gitlab.mnks.cn"]
sslCAInfo = D:\\codeTools\\phpstudy_pro\\WWW\\webhook-test-zsy\\builds\\16d5d572\\0\\cyamz\\webhook-test-zsy.tmp\\CI_SERVER_TLS_CA_FILE
builds/16d5d572/0/cyamz/webhook-test-zsy.tmp/gitlab_runner_env
0 → 100644
View file @
66e8cb09
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment