Compare commits

..

No commits in common. "main" and "18.4.0" have entirely different histories.
main ... 18.4.0

12
Jenkinsfile vendored
View File

@ -1,12 +0,0 @@
pipeline {
agent {
any { image 'node:22.14.0-alpine3.21' }
}
stages {
stage('Test') {
steps {
sh 'node --eval "console.log(process.platform,process.env.CI)"'
}
}
}
}