Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Merge requests
!100
Added trigger_jenkins_build job to the pipeline.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added trigger_jenkins_build job to the pipeline.
feature/NAT-361-trigger-jenkins-build
into
develop
Overview
0
Commits
1
Pipelines
29
Changes
2
Merged
Neda Moeini
requested to merge
feature/NAT-361-trigger-jenkins-build
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
29
Changes
2
Expand
0
0
Merge request reports
Compare
develop
version 24
7c46c137
1 year ago
version 23
ebd5af85
1 year ago
version 22
53a62a0c
1 year ago
version 21
07fcfe47
1 year ago
version 20
fcc02e41
1 year ago
version 19
216429c5
1 year ago
version 18
c5667788
1 year ago
version 17
6ae911fb
1 year ago
version 16
bd0472dc
1 year ago
version 15
1f024257
1 year ago
version 14
094cd7ab
1 year ago
version 13
3afeee1f
1 year ago
version 12
dea21ba5
1 year ago
version 11
b9fb6f0d
1 year ago
version 10
18afcac2
1 year ago
version 9
e0a7d43e
1 year ago
version 8
7df6cf57
1 year ago
version 7
4316f84e
1 year ago
version 6
ddb4ea29
1 year ago
version 5
58c97c42
1 year ago
version 4
3926b5f8
1 year ago
version 3
cf24d772
1 year ago
version 2
4dafc089
1 year ago
version 1
d7245c03
1 year ago
develop (base)
and
latest version
latest version
50af47e7
1 commit,
1 year ago
version 24
7c46c137
1 commit,
1 year ago
version 23
ebd5af85
23 commits,
1 year ago
version 22
53a62a0c
22 commits,
1 year ago
version 21
07fcfe47
21 commits,
1 year ago
version 20
fcc02e41
20 commits,
1 year ago
version 19
216429c5
19 commits,
1 year ago
version 18
c5667788
18 commits,
1 year ago
version 17
6ae911fb
17 commits,
1 year ago
version 16
bd0472dc
16 commits,
1 year ago
version 15
1f024257
15 commits,
1 year ago
version 14
094cd7ab
14 commits,
1 year ago
version 13
3afeee1f
13 commits,
1 year ago
version 12
dea21ba5
12 commits,
1 year ago
version 11
b9fb6f0d
11 commits,
1 year ago
version 10
18afcac2
10 commits,
1 year ago
version 9
e0a7d43e
9 commits,
1 year ago
version 8
7df6cf57
8 commits,
1 year ago
version 7
4316f84e
7 commits,
1 year ago
version 6
ddb4ea29
6 commits,
1 year ago
version 5
58c97c42
5 commits,
1 year ago
version 4
3926b5f8
4 commits,
1 year ago
version 3
cf24d772
3 commits,
1 year ago
version 2
4dafc089
2 commits,
1 year ago
version 1
d7245c03
1 commit,
1 year ago
2 files
+
14
−
20
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
14
−
0
Options
@@ -3,6 +3,7 @@ stages:
@@ -3,6 +3,7 @@ stages:
-
tox
-
tox
-
documentation
-
documentation
-
sonarqube
-
sonarqube
-
trigger_jenkins_build
include
:
include
:
-
docs/.gitlab-ci.yml
-
docs/.gitlab-ci.yml
@@ -55,3 +56,16 @@ sonarqube:
@@ -55,3 +56,16 @@ sonarqube:
-
sonar-scanner -Dsonar.login=$SONAR_TOKEN -Dproject.settings=./sonar.properties
-
sonar-scanner -Dsonar.login=$SONAR_TOKEN -Dproject.settings=./sonar.properties
tags
:
tags
:
-
docker-executor
-
docker-executor
trigger_jenkins_build
:
stage
:
trigger_jenkins_build
image
:
alpine:latest
before_script
:
-
apk add --no-cache curl
script
:
curl -u "$JENKINS_USERNAME:$JENKINS_API_TOKEN"
--data "PROJECT=geant-service-orchestrator"
"http://test-swd-release-service01.geant.org:8080/job/build-python-snapshot/buildWithParameters"
only
:
-
develop
tags
:
-
docker-executor
Loading