We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa81300 commit 81dc4b8Copy full SHA for 81dc4b8
Jenkinsfile_longrun.groovy
@@ -0,0 +1,36 @@
1
+pipeline {
2
+ agent any
3
+
4
+ stages {
5
+ stage('one') {
6
+ steps {
7
+ script {
8
+ for (i = 0; i < 60; i++) {
9
+ sleep 1
10
+ echo "1"
11
+ }
12
13
14
15
+ stage('two') {
16
17
18
19
20
21
22
23
24
25
+ stage('three') {
26
27
28
29
30
31
32
33
34
35
36
+}
0 commit comments