diff --git a/Jenkinsfile b/Jenkinsfile index 6bd913c..ef674dc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,15 +1,12 @@ pipeline { agent any - triggers { pollSCM('H/2 * * * *') } - parameters { - string(name: 'GIT_BRANCH', defaultValue: 'wip/jenkinsfile', description: 'Git branch to use') - } stages{ stage('unit test'){ steps{ sh """ echo "Hey" echo "Ho" +echo "Hi" """ } }