Jenkinsfile-1 aktualisiert
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker { image 'node:16-alpine' }
|
||||
}
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'node --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user