This website requires JavaScript.
Explore
Help
Sign In
s495715
/
iumKC
Watch
1
Star
0
Fork
0
You've already forked iumKC
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
43fe39852c
iumKC
/
Jenkinsfile
10 lines
161 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add helloworld jenkinsfile
2024-03-20 12:47:00 +01:00
pipeline {
fix jenkins
2024-03-20 12:51:18 +01:00
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
add helloworld jenkinsfile
2024-03-20 12:47:00 +01:00
}
Reference in New Issue
Copy Permalink