diff --git a/Jenkinsfile b/Jenkinsfile index 1008a61..8b42808 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,6 +71,7 @@ pipeline { } } + stage ("Build DPDK code") { steps { withCredentials([usernamePassword(credentialsId: 'ipdksw_github_token', passwordVariable: 'github-pass', usernameVariable: 'github_user')]) { @@ -83,6 +84,7 @@ pipeline { ''' } } + } } -} +} diff --git a/test.txt b/test.txt index 9ec9b58..00211ec 100644 --- a/test.txt +++ b/test.txt @@ -4,3 +4,6 @@ Test file to test replication Test replication with gerrit v3.5.0.1 test webhook webhook jenkins + +webhook testing based on polling +testing jenkins results