Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12241276
Jenkinsfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
980 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:
'autoconfig.nasqueron.org'
,
cleanRemote:
true
,
)
]
)
]
)
}
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 12, 05:00 (1 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065003
Default Alt Text
Jenkinsfile (980 B)
Attached To
Mode
rAUTOCONFIG Autoconfiguration server
Attached
Detach File
Event Timeline
Log In to Comment