This website requires JavaScript.
Explore
Help
Sign In
s464961
/
ium_464914
Watch
1
Star
0
Fork
0
You've already forked ium_464914
forked from
s464914/ium_464914
Code
Pull Requests
Activity
fc7384249c
ium_464914
/
Jenkinsfile
10 lines
167 B
Plaintext
Raw
Normal View
History
Unescape
Escape
jenkinsfile
2024-03-20 14:34:00 +01:00
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
jenkinsfile
2024-03-20 15:03:57 +01:00
echo 'zadziałaj prosze!'
jenkinsfile
2024-03-20 14:34:00 +01:00
}
}
}
}
Copy Permalink