Skip to content

Commit c0bb308

Browse files
authored
Update JenkinsFile
1 parent d4be7ab commit c0bb308

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

JenkinsFile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,5 @@ pipeline {
3131

3232
}
3333
}
34-
stage("Test") {
35-
when {
36-
not {
37-
branch "master"
38-
}
39-
}
40-
steps {
41-
echo "Test ok."
42-
}
43-
}
34+
}
4435
}

0 commit comments

Comments
 (0)