Compare commits
No commits in common. "main" and "18.4.0" have entirely different histories.
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -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)"'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user