Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11725491
Jenkinsfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
392 B
Referenced Files
None
Subscribers
None
Jenkinsfile
View Options
node
{
stage
(
'checkout'
)
{
git
url:
'https://devcentral.nasqueron.org/source/docker-openfire.git'
,
branch:
'main'
}
stage
(
'validate-git-tag'
)
{
def
version
=
readFile
"VERSION"
def
tag_lookup
=
sh
(
script:
'git tag -l $VERSION'
,
returnStdout:
true
).
trim
()
assert
tag_lookup
:
"Tag $VERSION is missing."
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 18, 20:39 (6 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2991626
Default Alt Text
Jenkinsfile (392 B)
Attached To
Mode
rDO Docker image for Openfire
Attached
Detach File
Event Timeline
Log In to Comment