Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
saref4ener
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
SAREF
saref4ener
Commits
9d9a47f3
Unverified
Commit
9d9a47f3
authored
Jul 27, 2020
by
Maxime Lefrançois
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'prerelease-v1.1.2' into release-v1.1.2
parents
403d8b19
743f116d
Pipeline
#4698
passed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
9d9a47f3
...
...
@@ -18,7 +18,7 @@ stages:
test-develop
:
stage
:
test
script
:
-
curl -L -o saref-pipeline.jar "https://
gitlab.emse.fr/saref
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
curl -L -o saref-pipeline.jar "https://
forge.etsi.org/rep/SAREF
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
java -jar saref-pipeline.jar develop -s && touch target/success
allow_failure
:
true
except
:
...
...
@@ -35,7 +35,7 @@ test-develop:
test-prerelease
:
stage
:
test
script
:
-
curl -L -o saref-pipeline.jar "https://
gitlab.emse.fr/saref
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
curl -L -o saref-pipeline.jar "https://
forge.etsi.org/rep/SAREF
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
java -jar saref-pipeline.jar release -t && touch target/success
allow_failure
:
true
only
:
...
...
@@ -51,7 +51,7 @@ test-prerelease:
deploy-report
:
stage
:
deploy
script
:
-
scp -pr
'-P 29419'
target/site saref-dev@saref.etsi.org:~/snapshot/$CI_PIPELINE_ID
-
scp -pr target/site saref-dev@saref.etsi.org:~/snapshot/$CI_PIPELINE_ID
-
echo "SAREF pipeline report https://saref.etsi.org/snapshot/$CI_PIPELINE_ID/report.html"
-
exit $(test -f target/success) $?
except
:
...
...
@@ -60,7 +60,7 @@ deploy-report:
test-release
:
stage
:
test
script
:
-
curl -L -o saref-pipeline.jar "https://
gitlab.emse.fr/saref
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
curl -L -o saref-pipeline.jar "https://
forge.etsi.org/rep/SAREF
/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
-
java -jar saref-pipeline.jar release -t
only
:
-
/^release-v/
...
...
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