This website requires JavaScript.
Open Eggbert
Project
Explore
Help
Sign In
test
/
test-repo
Watch
1
Star
0
Fork
0
You've already forked test-repo
Code
Issues
Pull Requests
Actions
Projects
Releases
Activity
test-repo
/
Jenkinsfile
11 lines
128 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added Jenkinsfile
2023-05-12 19:13:38 +02:00
pipeline {
agent any
stages {
stage('Hello') {
steps {
2
2023-05-12 19:47:23 +02:00
echo 'Hello World from app1 on Friday'
Added Jenkinsfile
2023-05-12 19:13:38 +02:00
}
}
}
2
2023-05-12 19:47:23 +02:00
}
Reference in New Issue
Copy Permalink