diff --git a/Jenkinsfile b/Jenkinsfile index b982250..d398f7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,7 @@ pipeline { stage('Test') { steps { echo 'Testing..' + sh script: '[[ "\$RANDOM" -ge "16000" ]] && echo "Passed!" || echo "Failed!"', label: "Randomly passing step" } } stage('Deploy') { diff --git a/README.rst b/README.rst index adc7398..1325351 100644 --- a/README.rst +++ b/README.rst @@ -29,3 +29,5 @@ Install JVM package available in OS distribution. --------------- Set ``JAVA_HOME`` environment variable system-wide. + +Dummy edit!