diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2021-03-14 22:52:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-14 22:52:10 -0700 |
| commit | d207eaf8fac4fb65bf34b3c5a617b8df13fe772a (patch) | |
| tree | 12dfcaf14dacfa76fe1684fc40af5329945d9b0a | |
| parent | 50252d2b6519187f2d3d6d867c15992fb75d1049 (diff) | |
Update Jenkinsfile
| -rw-r--r-- | Jenkinsfile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index d55b94e4..155fb875 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,11 +10,6 @@ pipeline { } } stage('Build') { - when { - not { - branch 'master' - } - } steps { sh 'make -j' } @@ -34,4 +29,4 @@ pipeline { cleanWs() } } -}
\ No newline at end of file +} |
