This website works better with JavaScript.
Home
Help
Sign In
container
/
node
generated from
container/tmpl
Watch
10
Star
0
Fork
0
Code
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33
Commits
1
Branch
0
Tags
25 MiB
Dockerfile
100%
Tree:
e4c479932b
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e4c479932b'
${ noResults }
node
/
jenkinsfile_test
10 lines
165 B
Raw
Blame
History
pipeline {
agent { docker 'node:8' }
stages {
stage('build') {
steps {
sh 'npm --version'
}
}
}
}