Skip to content

Commit f79aba8

Browse files
authored
Update Jenkinsfile
1 parent 220b09a commit f79aba8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ pipeline {
1212
}
1313
}
1414
stage('Build') {
15-
when {
16-
branch "master"
17-
}
1815
steps {
1916
sh 'echo "Building the code"'
2017
}

0 commit comments

Comments
 (0)