Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12242782
Jenkinsfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
973 B
Referenced Files
None
Subscribers
None
Jenkinsfile
View Options
pipeline
{
agent
any
stages
{
stage
(
'Build'
)
{
steps
{
archiveArtifacts
artifacts:
'**'
,
excludes:
'.arc*, Jenkinsfile'
,
onlyIfSuccessful:
true
}
}
stage
(
'Publish'
)
{
steps
{
echo
'Deploying....'
sshPublisher
(
failOnError:
true
,
publishers:
[
sshPublisherDesc
(
configName:
'ysul-deploy'
,
verbose:
true
,
transfers:
[
sshTransfer
(
sourceFiles:
'**'
,
remoteDirectory:
'www.nasqueron.org'
,
cleanRemote:
true
,
)
]
)
]
)
}
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 12, 10:31 (1 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3060574
Default Alt Text
Jenkinsfile (973 B)
Attached To
Mode
rWWW www.nasqueron.org
Attached
Detach File
Event Timeline
Log In to Comment