PHP 8.2.30
Preview: Jenkinsfile Size: 2.34 KB
//opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules/sshpk/Jenkinsfile

@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()
        }
    }
}

Directory Contents

Dirs: 3 × Files: 5

Name Size Perms Modified Actions
bin DIR
- drwxr-xr-x 2026-03-14 07:02:07
Edit Download
lib DIR
- drwxr-xr-x 2026-03-14 07:02:07
Edit Download
man DIR
- drwxr-xr-x 2026-02-22 20:47:43
Edit Download
189 B lrw-r--r-- 2026-02-22 20:40:30
Edit Download
2.34 KB lrw-r--r-- 2026-02-22 20:40:30
Edit Download
1.04 KB lrw-r--r-- 2026-02-22 20:40:30
Edit Download
2.44 KB lrw-r--r-- 2026-02-22 20:40:30
Edit Download
24.07 KB lrw-r--r-- 2026-02-22 20:40:30
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).