We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644763b commit 6116089Copy full SHA for 6116089
.ci/Jenkinsfile
@@ -50,6 +50,7 @@ pipeline {
50
}
51
stage('Test - Node.js v13') {
52
agent { label 'linux && immutable' }
53
+ options { skipDefaultCheckout() }
54
steps {
55
buildWithGitHubNotification('node:13-alpine')
56
0 commit comments