This website requires JavaScript.
Explore
Help
Sign In
Dmitry_Tkachenko
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2305cffd09d512da91fbb2f70ddb6761eb474abf
test
/
.jenkins
/
scripts
/
build.sh
T
10 lines
147 B
Bash
Raw
Normal View
History
Unescape
Escape
Actions
2024-10-22 20:31:34 +03:00
pipeline
{
agent any
stages
{
stage
(
'Build'
)
{
steps
{
Actions
2024-10-22 20:41:40 +03:00
sh
'npm install'
Actions
2024-10-22 20:31:34 +03:00
}
}
}
}
Reference in New Issue
Copy Permalink