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.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
npm /
node_modules /
asn1 /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-xr-x
2024-03-12 22:00
Jenkinsfile
1.66
KB
-rw-r--r--
2023-02-16 16:16
package.json
1.8
KB
-rw-r--r--
2023-02-16 16:16
Save
Rename
@Library('jenkins-joylib@v1.0.8') _ pipeline { agent none options { buildDiscarder(logRotator(numToKeepStr: '45')) timestamps() } stages { stage('top') { parallel { 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() } } }