REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 2.34 KB
Close
/opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules/sshpk/Jenkinsfile
Text
Base64
@Library('jenkins-joylib@v1.0.8') _ pipeline { agent none options { buildDiscarder(logRotator(numToKeepStr: '30')) timestamps() } stages { stage('top') { parallel { stage('v0.10.48-zone') { agent { label joyCommonLabels(image_ver: '15.4.1') } tools { nodejs 'sdcnode-v0.10.48-zone' } stages { stage('check') { steps{ sh('make check') } } stage('test') { steps{ sh('make test') } } } } stage('v4-zone') { agent { label joyCommonLabels(image_ver: '15.4.1') } tools { nodejs 'sdcnode-v4-zone' } stages { stage('check') { steps{ sh('make check') } } stage('test') { steps{ sh('make test') } } } } stage('v6-zone64') { agent { label joyCommonLabels(image_ver: '18.4.0') } tools { nodejs 'sdcnode-v6-zone64' } stages { stage('check') { steps{ sh('make check') } } stage('test') { steps{ sh('make test') } } } } } } } post { always { joySlackNotifications() } } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
bin
DIR
-
drwxr-xr-x
2026-03-14 07:02:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lib
DIR
-
drwxr-xr-x
2026-03-14 07:02:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
man
DIR
-
drwxr-xr-x
2026-02-22 20:47:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.travis.yml
189 B
lrw-r--r--
2026-02-22 20:40:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Jenkinsfile
2.34 KB
lrw-r--r--
2026-02-22 20:40:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
1.04 KB
lrw-r--r--
2026-02-22 20:40:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
2.44 KB
lrw-r--r--
2026-02-22 20:40:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
24.07 KB
lrw-r--r--
2026-02-22 20:40:30
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).