Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Départements-Notaires
Départements-Notaires v2
Commits
0c8650c8
Commit
0c8650c8
authored
Jul 06, 2020
by
Cédric Girardot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build : Supprime tag automatique d'une release
Change-Id: I56e6816cdcf3a085741137f621980aa9dd438935
parent
5cb086f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
Jenkinsfile
Jenkinsfile
+0
-14
No files found.
Jenkinsfile
View file @
0c8650c8
...
...
@@ -104,20 +104,6 @@ pipeline {
}
}
}
stage
(
'Tag release'
)
{
when
{
allOf
{
environment
name:
'TYPE'
,
value:
'release'
;
environment
name:
'VERSION_IS_FOR_TESTING'
,
value:
'0'
;
}
}
steps
{
script
{
sh
(
'git tag -a $VERSION -m "$VERSION"'
)
sh
(
'git push --tags'
)
}
}
}
}
post
{
always
{
...
...
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