Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
pigeon /
node_modules /
sshpk /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxr-xr-x
2022-06-27 18:41
lib
[ DIR ]
drwxr-xr-x
2022-06-27 18:41
man
[ DIR ]
drwxr-xr-x
2022-06-27 18:41
.travis.yml
189
B
-rw-r--r--
1985-10-26 09:15
Jenkinsfile
2.35
KB
-rw-r--r--
1985-10-26 09:15
LICENSE
1.04
KB
-rw-r--r--
1985-10-26 09:15
README.md
24.07
KB
-rw-r--r--
1985-10-26 09:15
package.json
2.36
KB
-rw-r--r--
2022-06-27 18:41
Save
Rename
@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() } } }