Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DSJC Course
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RC Data Science
Communications
DSJC Course
Commits
2ef79132
Commit
2ef79132
authored
1 year ago
by
William E Warriner
Browse files
Options
Downloads
Plain Diff
Merge branch 'patch-gitlab-ci' into 'main'
added runner tag See merge request
!6
parents
a60f8eda
a2e296ea
No related branches found
No related tags found
1 merge request
!6
added runner tag
Pipeline
#8155
passed with stages
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
with
8 additions
and
0 deletions
.gitlab-ci.yml
+
8
−
0
View file @
2ef79132
build-job
:
build-job
:
stage
:
build
stage
:
build
tags
:
-
rcds
script
:
script
:
-
echo "Hello, $GITLAB_USER_LOGIN"
-
echo "Hello, $GITLAB_USER_LOGIN"
test-job1
:
test-job1
:
stage
:
test
stage
:
test
tags
:
-
rcds
script
:
script
:
-
echo "This job tests something"
-
echo "This job tests something"
test-job2
:
test-job2
:
stage
:
test
stage
:
test
tags
:
-
rcds
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 "Sleeps for 20 seconds"
-
echo "Sleeps for 20 seconds"
...
@@ -17,6 +23,8 @@ test-job2:
...
@@ -17,6 +23,8 @@ test-job2:
deploy-prod
:
deploy-prod
:
stage
:
deploy
stage
:
deploy
tags
:
-
rcds
script
:
script
:
-
echo "This job deploys something from $CI_COMMIT_BRANCH branch."
-
echo "This job deploys something from $CI_COMMIT_BRANCH branch."
environment
:
production
environment
:
production
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment